´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs
@@ -11,6 +11,9 @@ namespace WIDESEA_WMSServer.Controllers.Outbound { /// <summary> /// åºåºå /// </summary> [Route("api/OutboundOrder")] [ApiController] public class OutboundOrderController : ApiBaseController<IOutboundOrderService, Dt_OutboundOrder> @@ -19,6 +22,11 @@ { } [HttpPost,Route("TestOutUpload"),AllowAnonymous] public WebResponseContent TestOutUpload(int id) { return Service.TestOutUpload(id); } } }