kongzy
2024-07-01 47a751cb301d05276ae5d75145d57b2d090fe4e1
src/main/java/com/nanometer/smartlab/service/OpeLaboratoryReserveService.java
@@ -9,9 +9,10 @@
    void insert(OpeLaboratoryReserve opeLaboratoryReserve);
    public List<OpeLaboratoryReserve> selectByReId(String id);
    public void updateByReId(String newReId,String oldReId);
    public List<OpeLaboratoryReserve> selectByReId(Long id);
    void updateByReagent(String reagentId, String houseId, String containerId, String userId);
    public void updateByReId(Long newReId,Long oldReId);
    void updateByReagent(Long reagentId, Long houseId, Long containerId, Long userId);
}