/// <summary> /// 用户列表(ALL) /// </summary> /// <returns></returns> public DataTable GetAllTable() { return(service.GetAllTable()); }