自动化立体仓库 - WMS系统
#1
dubin
2025-12-19 11788cc8e4ddc3af0eb430badac4d1ad8b8595e4
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;
@@ -42,4 +40,5 @@
    void adjustNew(MobileAdjustParam param, Boolean re, Long userId);
    void combToWms(WaitPakin waitPakin);
}