Ejemplo n.º 1
0
 /// <summary>
 /// 获得当前仓库的库位数量
 /// </summary>
 /// <param name="WareHoseID">仓库ID
 /// <returns></returns>
 public static int getDepotSeatCountByWareHoseID(int WareHoseID)
 {
     return(DepotSeatDAL.getDepotSeatCountByWareHoseID(WareHoseID));
 }