| | |
| | | package com.nanometer.smartlab.service; |
| | | |
| | | import com.nanometer.smartlab.entity.*; |
| | | import com.nanometer.smartlab.entity.dto.PersonUseDetail; |
| | | import com.nanometer.smartlab.exception.BusinessException; |
| | | |
| | | import java.util.Date; |
| | |
| | | |
| | | void updateTimeByCode(String code); |
| | | |
| | | void batchUpdateStatusByCode(List<OpeReagentStatus> list) throws Exception; |
| | | void batchUpdateStatusByCode(List<PersonUseDetail> list) throws Exception; |
| | | |
| | | public List<OpeReagentStatus> selectByReId(String id); |
| | | public void updateByReId(String newReId,String oldReId); |