1
yangpeixing
2026-03-11 6f7f2e11e9feea6a0b998c31feabf170fb135205
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();
    }
}