#
Junjie
2023-12-29 7e68f7b8bf6c67be60faeac758511650c61c6f6d
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/service/WorkService.java
@@ -11,4 +11,20 @@
     */
    String startupFullPutStore(FullStoreParam param, Long userId, Long hostId);
    /**
     * 手动完成工作档
     */
    void completeWrkMast(String workNo, Long userId, Long hostId);
    /**
     * 手动取消工作档
     */
    void cancelWrkMast(String workNo, Long userId, Long hostId);
    /**
     * 手动拣料入库工作档
     */
    void pickWrkMast(String workNo, Long userId, Long hostId);
}