This commit is contained in:
2025-07-21 11:31:28 +08:00
parent 2df8d81f2b
commit fd1b357633
3 changed files with 8 additions and 24 deletions

View File

@@ -20,11 +20,13 @@ namespace MyCode.Project.WebApi.Controllers
private IJackYunStockinService _jackYunStockinService;
private IOrderPushService _orderPushService;
public TestController(IJackYunTaskService jackYunTaskService, IWMSService wMSService, IJackYunStockinService jackYunStockinService)
public TestController(IJackYunTaskService jackYunTaskService, IWMSService wMSService
, IJackYunStockinService jackYunStockinService, IOrderPushService orderPushService)
{
_jackYunTaskService = jackYunTaskService;
_wMSService = wMSService;
_jackYunStockinService = jackYunStockinService;
_orderPushService = orderPushService;
}
/// <summary>