|
|
@ -1,5 +1,6 @@ |
|
|
|
using BBWY.Server.Business; |
|
|
|
using BBWY.Server.Model.Dto; |
|
|
|
using Microsoft.AspNetCore.Authorization; |
|
|
|
using Microsoft.AspNetCore.Http; |
|
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
using System.Collections.Generic; |
|
|
@ -109,6 +110,7 @@ namespace BBWY.Server.API.Controllers |
|
|
|
/// <param name="request"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
[HttpPost] |
|
|
|
[AllowAnonymous] |
|
|
|
public UpdatePackStateResponse UpdatePurchaseOrderState([FromBody] UpdatePurchaseOrderStateRequest request) |
|
|
|
{ |
|
|
|
return batchPurchaseBusiness.UpdatePurchaseOrderState(request); |
|
|
|