xiazhengtongxue
2026-03-23 ded7dffbb1fbed96acd8cc10c7710f4d848384e9
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -67,7 +67,7 @@
        /// <param name="WarehouseId">仓库id</param>
        /// <param name="LocationType">货位类型</param>
        /// <returns></returns>
        string AccessingTunnel(int WarehouseId, int LocationType);
        string AccessingTunnel(int WarehouseId, int LocationType, int taskCount);
        /// <summary>
        /// æŸ¥æ‰¾æµ…货位状态
@@ -95,5 +95,8 @@
        WebResponseContent GetArea();
        WebResponseContent GetLocationStatus(int WarehouseId, string RoadwayNo);
        #endregion
        WebResponseContent EnableAllLocationsInRoadway(string roadwayNo);
        WebResponseContent DisableAllLocationsInRoadway(string roadwayNo);
        WebResponseContent GetWarehouseCapacity();
    }
}