dengjunjie
2025-01-11 09a6c6cbdffb83f7fa7c668693e6163ce807c1c6
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutStockLockInfoController.cs
@@ -39,5 +39,10 @@
        {
            return Service.MaterialPick(palletCode);
        }
        [HttpPost, HttpGet, Route("GetByOrderDetailId"), AllowAnonymous]
        public List<Dt_OutStockLockInfo> GetByOrderDetailId(int orderDetailId)
        {
            return Service.GetByOrderDetailId(orderDetailId,null);
        }
    }
}