zy-asrs-common/src/main/java/com/zy/asrs/common/wms/service/WorkService.java
@@ -37,6 +37,11 @@ void emptyPlateOut(EmptyPlateOutParam param, Long userId, Long hostId); /** * 盘点出库 */ void locCheckOut(StockOutParam param, Long userId, Long hostId); /** * 手动完成工作档 */ void completeWrkMast(String workNo, Long userId, Long hostId);