wangxinhui
2025-05-13 4be3034030ed8dbd92878e8f7b73b5fe9d67dbdc
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -56,9 +56,9 @@
        /// <param name="palletType"></param>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("AssignLocation"), AllowAnonymous]
        public Dt_LocationInfo? AssignLocation(string roadwayNo, int palletType, int warehouseId)
        public Dt_LocationInfo? AssignLocation(string roadwayNo, int palletType, int warehouseId, int heightType)
        {
            return Service.AssignLocation(roadwayNo, palletType, warehouseId);
            return Service.AssignLocation(roadwayNo, palletType, warehouseId, heightType: heightType);
        }
        /// <summary>