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