Browse Source

Merge branch 'liangku_skuoptimazation'

liangku_skuoptimazation
shanji 1 year ago
parent
commit
b42fc8f9c6
  1. 1
      BBWYB.Server.API/Controllers/SkuOptimizationController.cs

1
BBWYB.Server.API/Controllers/SkuOptimizationController.cs

@ -21,6 +21,7 @@ namespace BBWYB.Server.API.Controllers
/// </summary>
/// <param name="request"></param>
[HttpPost]
[AllowAnonymous]
public void LKInventoryAlertNotification([FromBody] BatchLKInventoryAlertRequest request)
{
optimizationBusiness.LKInventoryAlertNotification(request);

Loading…
Cancel
Save