自动化立体仓库 - WMS系统
#
zhou zhou
2025-12-26 221fc4d27eee086473de9d5b6d7150843e1c6e6d
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;
@@ -38,4 +36,9 @@
    void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
                  Double curOutQty, Integer ioType, Long userId, Date now);
    void adjustNew(MobileAdjustParam param, Boolean re, Long userId,MatBarcode matBarcode);
    void combToWms(WaitPakin waitPakin);
}