WCS
dengjunjie
2024-10-14 966d1fe6077c885db064fcea98bb48cbccb464d6
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Dt_InboundOrderDetailController.cs
@@ -4,7 +4,7 @@
using WIDESEA_IBusinessServices;
using WIDESEA_Model.Models;
namespace WIDESEA_WMSServer.Controllers.System
namespace WIDESEA_WMSServer.Controllers
{
    [Route("api/Dt_InboundOrderDetail")]
    [ApiController]
@@ -15,6 +15,15 @@
        {
            _httpContextAccessor = httpContextAccessor;
        }
        /// <summary>
        /// 鏍规嵁鍏ュ簱璁㈠崟ID鑾峰彇鍏ュ簱璁㈠崟鏄庣粏淇℃伅
        /// </summary>
        /// <param name="InboundOrderID"></param>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("GetDetail"), AllowAnonymous]
        public WebResponseContent GetDetail(int InboundOrderID)
        {
            return Service.GetDetail(InboundOrderID);
        }
    }
}