wangxinhui
2025-09-06 2b25f973bb6d72ce6971d6f9c3cdccf51b7962ab
项目代码/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);