自动化立体仓库 - WMS系统
pang.jiabao
4 天以前 74863c38a407b1e0f36250dfa0c63e5da7fe5f66
src/main/java/com/zy/asrs/service/MobileService.java
@@ -19,7 +19,7 @@
    /**
     * 拣料途中并板
     */
    R WarehouseOutPickMergeV1(WarehouseOutPickMergeParam param, Long hostId, Long userId);
    R WarehouseOutPickMergeV1(WarehouseOutPickMergeParam param, Long userId);
    /**
     * 并板入库
@@ -105,4 +105,15 @@
     * @param djNo 刀架号
     */
    R djReturn(String djNo);
    /**
     * pda呼叫空料箱出库
     */
    R emptyBoxOutbound(int count,Long userId);
    /**
     * 入库启动调用wcs给输送线下命令
     * @param type 1.满箱入库9998(默认),2.空箱入库9997
     */
    R inboundStart(int type);
}