新增接口,根据订单推荐采购计划
This commit is contained in:
@@ -17,6 +17,11 @@ import java.util.List;
|
||||
*/
|
||||
public interface IWmsPurchasePlanService {
|
||||
|
||||
/**
|
||||
* 根据订单ID生成推荐采购计划(只返回,不落库)
|
||||
*/
|
||||
WmsPurchasePlanVo recommendPurchasePlanByOrder(Long orderId);
|
||||
|
||||
/**
|
||||
* 查询采购计划主
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user