bug
lyfO_o
2021-12-30 ad2f00d48ac45030ed26dcb37445585e2d3e94f8
src/main/java/com/nanometer/smartlab/dao/OpeApplyDao.java
@@ -60,4 +60,10 @@
    void insertList(List<OpeApply> opeApplyList);
    OpeApplyReserve getOpeApplyReserveListByNameForRowData(@Param("id") String rowKey);
    List<Map> getApplyControlInfo();
    int getOpeApplySupplerRequireMngTotalCount(Map<String, Object> params);
    List<OpeApply> getOpeApplySupplerRequireMngList(Map<String, Object> params);
}