duyongjia
2024-12-28 6be2bc8324ca81145830b758c110255d9dfdc00b
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_JobController.cs
@@ -68,22 +68,14 @@
            return _sys_JobService.CallPickAndPost(pickAndPost);
        }
        /// <summary>
        /// ç«‹åº“退回信息接口,供上游系统调用,立库生成退货任务
        /// </summary>
        /// <returns></returns>
        [HttpPost, Route("returnInventory"), AllowAnonymous]
        public ReturnInventoryResponse returnInventory(ReturnInventoryRequest inventoryRequest)
        {
            return _sys_JobService.returnInventory(inventoryRequest);
        }
        /// <summary>
        /// ç«‹åº“WMS库存信息接口,供上游系统调用
        /// </summary>
        /// <param name="inventoryQueryRequest"></param>
        /// <returns></returns>
        [HttpPost, Route("InventoryQuery"), AllowAnonymous]
        [HttpPost, Route("inventoryQueryRequest"), AllowAnonymous]
        public InventoryQueryResponse InventoryQuery(InventoryQueryRequest inventoryQueryRequest)
        {
            return _sys_JobService.InventoryQuery(inventoryQueryRequest);
@@ -93,7 +85,7 @@
        /// <summary>
        /// ç«‹åº“WMS冻结/解冻信息接口,供上游系统调用
        /// </summary>
        /// <param name="freezeByCustomerResponse"></param>
        /// <param name="freezeRequest"></param>
        /// <returns></returns>
        [HttpPost, Route("freezeByCustomer"), AllowAnonymous]
        public freezeByCustomerResponse freezeByCustomer(freezeByCustomerRequest freezeRequest)