lyfO_o
2022-11-18 1c375d6dcd0c41bc3c206585a2712ec066bf5992
src/main/java/com/nanometer/smartlab/service/OpeApplyService.java
@@ -77,4 +77,8 @@
    void importApply(FileUploadEvent event, SysUser user) throws IOException;
    OpeApplyReserve getOpeApplyReserveListByNameForRowData(String rowKey);
    int getOpeApplySupplerRequireMngTotalCount(SysUser user,String reagentName, Timestamp startDeadline, Timestamp endDeadline, int key, byte b);
    List<OpeApply> getOpeApplySupplerRequireMngList(SysUser user,String reagentName, Timestamp startDeadline, Timestamp endDeadline, int key, int first, int pageSize, byte b);
}