自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-15 be46f73bea1f2dc8453f37a32454c9e6f798e579
src/main/java/com/zy/asrs/service/WorkService.java
@@ -20,4 +20,14 @@
     */
    void emptyPlateOut(EmptyPlateOutParam param, Long userId);
    /**
     * 手动完成工作档
     */
    void completeWrkMast(String workNo, Long userId);
    /**
     * 手动取消工作档
     */
    void cancelWrkMast(String workNo, Long userId);
}