|
|
@@ -33,10 +33,21 @@ namespace Business.Controllers.DOP
|
|
|
/// <param name="input"></param>
|
|
|
/// <returns></returns>
|
|
|
[HttpPost]
|
|
|
- [Route("SyncPlatformFinishedProductMonitoring")]
|
|
|
- public async Task<string> SyncPlatformFinishedProductMonitoring(List<PlatformInventoryDto> platformInventoryDtoList)
|
|
|
+ [Route("SyncPlatformFinishedProductMonitoringHW")]
|
|
|
+ public async Task<string> SyncPlatformFinishedProductMonitoringHW(List<PlatformInventoryDto> platformInventoryDtoList)
|
|
|
{
|
|
|
- return await _DopAppService.SyncPlatformFinishedProductMonitoring(platformInventoryDtoList);
|
|
|
+ return await _DopAppService.SyncPlatformFinishedProductMonitoringHW(platformInventoryDtoList);
|
|
|
+ }
|
|
|
+ /// <summary>
|
|
|
+ /// 平台成品库存监控
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="input"></param>
|
|
|
+ /// <returns></returns>
|
|
|
+ [HttpPost]
|
|
|
+ [Route("SyncPlatformFinishedProductMonitoringGK")]
|
|
|
+ public async Task<string> SyncPlatformFinishedProductMonitoringGK(List<PlatformInventoryDto> platformInventoryDtoList)
|
|
|
+ {
|
|
|
+ return await _DopAppService.SyncPlatformFinishedProductMonitoringGK(platformInventoryDtoList);
|
|
|
}
|
|
|
}
|
|
|
}
|