1
hutongqing
2024-12-16 ab205a55b008fe73696073b2a141e618b13fb271
代码管理/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);
        }
    }
}