1
yangpeixing
2026-03-11 52063f38e365aeceb9769e4c505f71d1086a537a
WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -60,5 +60,11 @@
        //void UpdateLocationStatus(Dt_LocationInfo location, int palletType, LocationStatusEnum locationStatus, int warehousId);
        WebResponseContent LocationRelease(List<string> locationCodes);
        /// <summary>
        /// 货位警告
        /// </summary>
        /// <returns></returns>
        WebResponseContent LocationWarning();
    }
}