项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderHtyController.cs
@@ -11,7 +11,7 @@ { [Route("api/InboundOrder_Hty")] [ApiController] public class InboundOrderHtyController : ApiBaseController<IInboundOrderHtyService, Dt_InboundOrder_hty> public class InboundOrderHtyController : ApiBaseController<IInboundOrderHtyService, Dt_InboundOrder_Hty> { public InboundOrderHtyController(IInboundOrderHtyService service) : base(service) {