| | |
| | | package com.nanometer.smartlab.service; |
| | | |
| | | import com.nanometer.smartlab.entity.SysLaboratory; |
| | | import com.nanometer.smartlab.entity.SysLaboratoryContainer; |
| | | import com.nanometer.smartlab.entity.SysUser; |
| | | |
| | |
| | | |
| | | Map selectLocationByContainerCode(String containerCode); |
| | | |
| | | List<Map> exportExcelList(String laboratoryType, String laboratoryName); |
| | | List<Map> exportExcelList(String laboratoryType, String laboratoryName,String project,String controllerName); |
| | | |
| | | void export2Excel(List<Map> list) throws Exception; |
| | | |
| | | List<String> selectProjectsByContainerCode(String containerCode); |
| | | |
| | | boolean delBySlcIds(List<SysLaboratory> selectedList); |
| | | } |