新增接口,根据订单推荐采购计划

This commit is contained in:
JR
2025-07-18 17:23:51 +08:00
parent 58bdd266dc
commit 043b0e8b79
12 changed files with 112 additions and 4 deletions

View File

@@ -17,6 +17,11 @@ import java.util.List;
*/
public interface IWmsPurchasePlanService {
/**
* 根据订单ID生成推荐采购计划只返回不落库
*/
WmsPurchasePlanVo recommendPurchasePlanByOrder(Long orderId);
/**
* 查询采购计划主
*/