11
yanjinhui
2025-10-17 68c70637d038f07df78aa7ae0dd353cf3ba82035
新建文件夹/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs
@@ -68,11 +68,11 @@
        /// <param name="externalOrderNo"></param>
        /// <returns></returns>
        [HttpPost, Route("InventoryGood"), AllowAnonymous]
        public WebResponseContent InventoryGood(string externalOrderNo)
        public WebResponseContent InventoryGood(string batchNo, string goodsNo)
        {
            return Service.InventoryGood(externalOrderNo);
            return Service.InventoryGood(batchNo, goodsNo);
        }
        ///璋冩嫧鍑哄簱
    }
}