| | |
| | | import com.nanometer.smartlab.entity.SysReagent; |
| | | import com.nanometer.smartlab.entity.SysUser; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | */ |
| | | SysReagent getReagentByDetail(Map<String, Object> detail); |
| | | |
| | | SysReagent getRowData(String rowKey); |
| | | |
| | | SysReagent getSysReagentListNewRowData(String rowKey); |
| | | |
| | | boolean export2Excel(List<Map> list, Integer type) throws Exception; |
| | | |
| | | List<Map> selectAll(String name, String cas, String supplierId, Integer type, String productSn); |
| | | |
| | | void updateSysReagentPrice(String reagentId, BigDecimal applyPrice); |
| | | } |