1
wangxinhui
2025-02-19 e0de0f486e5f52987d42982adf5da4c241cdc92d
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderDetailController.cs
@@ -7,6 +7,9 @@
namespace WIDESEA_WMSServer.Controllers.Inbound
{
    /// <summary>
    /// å…¥åº“单明细
    /// </summary>
    [Route("api/InboundOrderDetail")]
    [ApiController]
    public class InboundOrderDetailController : ApiBaseController<IInboundOrderDetailService, Dt_InboundOrderDetail>