zhanghonglin
8 天以前 8f9b9411ca279670bd85fcfa7763987295ed9abf
ÏîÄ¿´úÂë/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);
        }