1
xiazhengtongxue
2026-02-07 4f2fb79143f0545e96f114c92e1da733b2d9716a
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -74,5 +74,29 @@
        /// </summary>
        /// <returns></returns>
        Dt_LocationInfo? ShallowGetLocation(string roadway, int Locationtype, int row, int Layer, int Column);
        /// <summary>
        /// æŸ¥æ‰¾è´§ä½
        /// </summary>
        /// <param name="LocationCode">货位编号</param>
        /// <returns></returns>
        Dt_LocationInfo? FindStorageLocation(string LocationCode);
        /// <summary>
        /// åˆ¤æ–­è¡Œ
        /// </summary>
        /// <param name="RoadwayNo">巷道编号</param>
        /// <param name="locrow">行</param>
        /// <returns></returns>
        int judgmentRow(string RoadwayNo, int locrow);
        //获取库位立体图数据
        #region èŽ·å–åº“ä½ç«‹ä½“å›¾æ•°æ®
        WebResponseContent GetArea();
        WebResponseContent GetLocationStatus(int WarehouseId, string RoadwayNo);
        #endregion
        WebResponseContent EnableAllLocationsInRoadway(string roadwayNo);
        WebResponseContent DisableAllLocationsInRoadway(string roadwayNo);
        WebResponseContent GetWarehouseCapacity();
    }
    }
}