From 010dc23827d3b1020356b6741ec47f7ce81497ab Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期五, 05 七月 2024 13:05:32 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/phpsasrs' into phpsasrs --- src/main/java/com/zy/asrs/service/MobileService.java | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java index c1cd82b..874d852 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -5,6 +5,7 @@ import com.zy.asrs.entity.BasDevp; import com.zy.asrs.entity.LocDetl; import com.zy.asrs.entity.OrderDetl; +import com.zy.asrs.entity.param.CheckBom; import com.zy.asrs.entity.param.CombParam; import com.zy.asrs.entity.param.MobileAdjustParam; import com.zy.asrs.entity.param.OffSaleParam; @@ -17,6 +18,21 @@ * 缁勬墭 */ void comb(CombParam param, Long userId); + + /** + * 缁勬墭 + */ + void comb2(CombParam param, Long userId); + + /** + * 缁勬墭 + */ + void mergeComb(CombParam param, Long userId); + + /** + * 鏍¢獙bom + */ + R checkBom(CheckBom param, Long userId); /** * 涓婃灦 @@ -43,4 +59,6 @@ R manDetlIn(JSONObject json); R manDetlOut(JSONObject json); + + void adjustNew(MobileAdjustParam param, Boolean re, Long userId); } -- Gitblit v1.9.1