duyongjia
2024-12-29 9a0acba23c5b5095be2a89b8ca190fe5202c2ea6
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs
@@ -1,6 +1,7 @@
锘縰sing Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using WIDESEA_Core;
using WIDESEA_Core.BaseController;
using WIDESEA_DTO.Inbound;
@@ -41,7 +42,7 @@
        /// </summary>
        /// <returns></returns>
        [HttpPost, Route("returnInventory"), AllowAnonymous]
        public ReturnInventoryResponse returnInventory([FromBody] ReturnInventoryRequest inventoryRequest)
        public ReturnInventoryResponse returnInventory([FromBody] string inventoryRequest)
        {
            return Service.returnInventory(inventoryRequest);