自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-13 51b82dc2609e6fa7e8100ef8ccc56ea1ee468a2a
src/main/java/com/zy/asrs/service/WorkService.java
@@ -11,6 +11,11 @@
    void startupFullStore(FullStoreParam param, Long userId);
    /**
     * 孔板入库
     */
    void emptyPlateIn(Integer sourceStaNo, Long userId);
    /**
     * 空板出库
     */
    void emptyPlateOut(EmptyPlateOutParam param, Long userId);