heshaofeng
2025-12-29 266e4bf654c55ce2f7e9271048e4625f1b8b49f6
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundController.cs
@@ -39,5 +39,16 @@
        {
            return await Service.AllcatedGroupPallet(palletDto);
        }
        /// <summary>
        /// 鍏ュ簱鍒嗘壒鍥炰紶MES
        /// </summary>
        /// <param name="palletDto"></param>
        /// <returns></returns>
        [HttpPost, Route("BatchInOrderFeedbackToMes"), AllowAnonymous]
        public WebResponseContent BatchInOrderFeedbackToMes(int id)
        {
            return Service.BatchInOrderFeedbackToMes(id);
        }
    }
}