예제 #1
0
 /// <summary>
 /// 查询全部库存
 /// </summary>
 /// <returns></returns>
 public DataSet FindAll()
 {
     return(id.FindAll());
 }