/// <summary> /// 查询所有数据 /// </summary> /// <returns></returns> public DataTable GetTable() { return(dal.GetTable()); }