#
lsh
2024-06-22 c2144e00a981be9093c2b1fe257881203d800810
src/main/java/com/zy/asrs/mapper/WrkMastExecuteMapper.java
@@ -10,6 +10,8 @@
@Repository
public interface WrkMastExecuteMapper extends BaseMapper<WrkMastExecute> {
    WrkMastExecute getWrkMastByWrkNo(@Param("wrkNo") Long wrkNo);
    Integer getWrkMastByJarIdCount(@Param("jarId") Integer jarId);
}