1
yangpeixing
2026-03-13 c84eb83d59f5d3057a6f3dbc375d3c98a6447c2f
WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -58,5 +58,13 @@
        /// <param name="palletType">托盘类型</param>
        /// <param name="locationStatus">货位状态</param>
        //void UpdateLocationStatus(Dt_LocationInfo location, int palletType, LocationStatusEnum locationStatus, int warehousId);
        WebResponseContent LocationRelease(List<string> locationCodes);
        /// <summary>
        /// 货位警告
        /// </summary>
        /// <returns></returns>
        WebResponseContent LocationWarning();
    }
}