新增接口,插入采购计划(含明细)
This commit is contained in:
@@ -36,6 +36,13 @@ public class WmsPurchasePlanController extends BaseController {
|
||||
|
||||
private final IWmsPurchasePlanService iWmsPurchasePlanService;
|
||||
|
||||
/**
|
||||
* 新增采购计划(含明细)
|
||||
*/
|
||||
@PostMapping("/addWithDetails")
|
||||
public R<Void> addPurchasePlan(@RequestBody WmsPurchasePlanVo planVo) {
|
||||
return toAjax(iWmsPurchasePlanService.insertWithDetails(planVo));
|
||||
}
|
||||
/**
|
||||
* 根据订单ID生成推荐采购计划(只返回,不落库)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user