*
lsh
2025-03-20 3c3779a57590280ef32ca2e4a96f148b438bc6ef
src/main/java/com/zy/asrs/mapper/WrkDetlMapper.java
@@ -17,4 +17,11 @@
    int updateIoTime(@Param("workNo") Integer workNo, @Param("ioTime") Date ioTime);
    List<WrkDetl> selectByWrkNo(Integer wrkNo);
    Integer count1();
    Integer count11();
    Integer count2(@Param("orderNo")String orderNo);
    Integer count3();
}