| | |
| | | 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; |
| | |
| | | * 组托 |
| | | */ |
| | | 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); |
| | | |
| | | /** |
| | | * 上架 |
| | |
| | | R manDetlIn(JSONObject json); |
| | | |
| | | R manDetlOut(JSONObject json); |
| | | |
| | | void adjustNew(MobileAdjustParam param, Boolean re, Long userId); |
| | | } |