1
huangxiaoqiang
2025-09-11 aa4c245e3d4610f03f51eb196a49d2b9a079b1ce
项目代码/WMS/WMSServices/WIDESEA_BasicService/Service/LocationInfoService_Common.cs
@@ -25,7 +25,9 @@
{
    public partial class LocationInfoService
    {
        /// <summary>
        /// 鍒嗛厤璐т綅
        /// </summary>
        public Dt_LocationInfo? AssignLocation(string roadwayNo, int palletType, int warehouseId, string beRelocationCode = "", int heightType = 0)
        {
            Dt_Warehouse warehouse = _basicRepository.WarehouseRepository.QueryFirst(x => x.WarehouseId == warehouseId);