zhanghonglin
10 天以前 cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/FillingOrderController.cs
@@ -3,6 +3,7 @@
using WIDESEA_Core;
using WIDESEA_Core.BaseController;
using WIDESEA_DTO.Basic;
using WIDESEA_DTO.MES;
using WIDESEA_IBasicService;
using WIDESEA_Model.Models.Basic;
using WIDESEAWCS_ITaskInfoService;
@@ -20,7 +21,7 @@
        //添加二维码信息
        [HttpPost, HttpGet, Route("InsertFilling"), AllowAnonymous]
        public WebResponseContent InsertFilling([FromBody] FillingOrder fillingOrder)
        public Messages InsertFilling([FromBody] FillingOrder fillingOrder)
        {
            return Service.InsertFilling(fillingOrder);
        }