| | |
| | | package com.nanometer.smartlab.service; |
| | | |
| | | import com.nanometer.smartlab.entity.SysLaboratory; |
| | | import com.nanometer.smartlab.entity.dto.LaboratoryVo; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * Created by cmower on 17/11/20. |
| | |
| | | |
| | | void insertSysReagentList(List<SysLaboratory> sysLaboratoryList); |
| | | |
| | | void exportLab2Excel(List<Map> list) throws Exception; |
| | | |
| | | List<Map> exportLabList(String type, String name); |
| | | |
| | | List<LaboratoryVo.Laboratory> getLaboratoryByProject(String project); |
| | | |
| | | List<SysLaboratory> getSysLaboratoryListByUserId(String userId); |
| | | |
| | | |
| | | } |