自动化立体仓库 - WMS系统
#
zhou zhou
5 天以前 e0b041aca4e2ed0e0881e596c6cd1ec3dc63ddba
src/main/java/com/zy/asrs/service/MobileService.java
@@ -1,9 +1,7 @@
package com.zy.asrs.service;
import com.alibaba.fastjson.JSONObject;
import com.zy.asrs.entity.BasDevp;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.OrderDetl;
import com.zy.asrs.entity.*;
import com.zy.asrs.entity.param.CombParam;
import com.zy.asrs.entity.param.MobileAdjustParam;
import com.zy.asrs.entity.param.OffSaleParam;
@@ -40,6 +38,7 @@
                  Double curOutQty, Integer ioType, Long userId, Date now);
    void adjustNew(MobileAdjustParam param, Boolean re, Long userId);
    void adjustNew(MobileAdjustParam param, Boolean re, Long userId,MatBarcode matBarcode);
    void combToWms(WaitPakin waitPakin);
}