示例#1
0
 public static int update(Storehouse s)
 {
     return(StorehouseDAL.update(s));
 }
示例#2
0
 /// <summary>
 /// 库位类型
 /// </summary>
 /// <returns></returns>
 public static IQueryable type()
 {
     return(StorehouseDAL.type());
 }
示例#3
0
 public static IQueryable cangchu()
 {
     return(StorehouseDAL.cangchu());
 }
示例#4
0
 /// <summary>
 /// 根据id查询
 /// </summary>
 /// <param name="id">编号</param>
 /// <returns>数据集合</returns>
 public static IQueryable StorehouseById(int id)
 {
     return(StorehouseDAL.StorehouseById(id));
 }
示例#5
0
 public static IQueryable querid(string store, string StName, string StoreName)
 {
     return(StorehouseDAL.querid(store, StName, StoreName));
 }
示例#6
0
 //查询所有
 public static IQueryable GetAll11()
 {
     return(StorehouseDAL.GetAll11());
 }
示例#7
0
 public static int Add(Storehouse stroe)
 {
     return(StorehouseDAL.Add(stroe));
 }
示例#8
0
 public static PageList querid(int pageIndex, int pagesize, string SupName, string StName, string StoreNum)
 {
     return(StorehouseDAL.querid(pageIndex, pagesize, SupName, StName, StoreNum));
 }