示例#1
0
 /// <summary>
 /// 用户列表
 /// </summary>
 /// <returns></returns>
 public DataTable GetTable()
 {
     return(service.GetTable());
 }