yuyou_x
2024-02-21 1c2113e154faacedebfb1f00a29bb26127ed1b73
Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
@@ -88,7 +88,7 @@
        /// <param name="depth">深度</param>
        /// <returns></returns>
        List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway,string row, string depth);
        List<SysStorageLocat> GetStorageLocatLists(string wareHouseNo, string roadway, string row, string depth);
        /// <summary>
        /// 获取最大层级
@@ -122,7 +122,7 @@
        /// <returns></returns>
        List<string> GetDepth(string wareHouseNo);
        /// <summary>
        /// 获取库位占比(圆)
@@ -152,5 +152,19 @@
        /// <param name="locatNo"></param>
        /// <returns></returns>
        LocateInfoVm GetLocateInfo(string locatNo);
        #region 平库
        /// <summary>
        /// 获取储位信息(平库图例)
        /// </summary>
        /// <param name="wareHouseNo">仓库</param>
        /// <param name="row">排</param>
        /// <returns></returns>
        List<SysStorageLocat> GetFlatLibraryLegend(string wareHouseNo, string row);
        #endregion
    }
}