zhangchengsong
2026-01-20 97485ed8543cc34a21c7e42fdbd1be3d8c03392c
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderDetailController.cs
@@ -1,6 +1,4 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using WIDESEA_Core;
using Microsoft.AspNetCore.Mvc;
using WIDESEA_Core.BaseController;
using WIDESEA_IInboundService;
using WIDESEA_Model.Models;
@@ -16,15 +14,6 @@
    {
        public InboundOrderDetailController(IInboundOrderDetailService service) : base(service)
        {
        }
        /// <summary>
        /// æŸ¥è¯¢å…¥åº“单详情
        /// </summary>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("GetInboundOrderDetails")]
        public WebResponseContent GetInboundOrderDetails([FromBody] SaveModel saveModel)
        {
            return Service.GetInboundOrderDetails(saveModel);
        }
    }
}