src/main/java/com/zy/common/service/DoubleDeepService.java
@@ -23,7 +23,7 @@ /** * 生成工作号 * @param wrkMk 0:入出库 ; 1:其他 * @return * @return workNo(工作号) */ public int getWorkNo(Integer wrkMk) { WrkLastno wrkLastno = wrkLastnoService.selectById(wrkMk); @@ -57,5 +57,13 @@ return workNo; } /** * 检索库位号 * @param * @return */ public String getLocNo() { return null; } }