src/main/java/com/zy/asrs/service/MobileService.java
@@ -25,6 +25,11 @@ void comb2(CombParam param, Long userId); /** * 组托 */ void mergeComb(CombParam param, Long userId); /** * 校验bom */ R checkBom(CheckBom param, Long userId); @@ -54,4 +59,6 @@ R manDetlIn(JSONObject json); R manDetlOut(JSONObject json); void adjustNew(MobileAdjustParam param, Boolean re, Long userId); }