WMS
dengjunjie
2024-12-18 12e2d0e41d52f36d0746118e24b3fed228f92f98
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutStockLockInfoController.cs
@@ -13,11 +13,5 @@
        public OutStockLockInfoController(IOutStockLockInfoService service) : base(service)
        {
        }
        [HttpPost, Route("GetByOrderDetailId")]
        public List<Dt_OutStockLockInfo> GetByOrderDetailId(int orderDetailId)
        {
            return Service.GetByOrderDetailId(orderDetailId);
        }
    }
}