src/main/java/com/zy/asrs/service/WorkService.java
@@ -8,7 +8,7 @@ /** * 全板入库 */ void startupFullStore(FullStoreParam param, Long userId); void startupFullPutStore(FullStoreParam param, Long userId); /** * 孔板入库 @@ -20,4 +20,14 @@ */ void emptyPlateOut(EmptyPlateOutParam param, Long userId); /** * 手动完成工作档 */ void completeWrkMast(String workNo, Long userId); /** * 手动取消工作档 */ void cancelWrkMast(String workNo, Long userId); }