Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.97 KB | None | 0 0
  1.         public int uid { get; set; }
  2.         public DateTime last_active_time { get; set; }
  3.         public string token { get; set; }
  4.         public string avatar { get; set; }
  5.         public string nickname { get; set; }
  6.         public int level { get; set; }
  7.         public int expiriance = 0;
  8.         public DateTime birthday { get; set; }
  9.         public DateTime created { get; set; }
  10.         public string surname { get; set; }
  11.         public string name { get; set; }
  12.         public string middlename { get; set; }
  13.         public string gender { get; set; }
  14.         public bool isVip { get; set; }
  15.         public bool isNew { get; set; }
  16.         public string country { get; set; }
  17.         public string socialType { get; set; }
  18.         public string socialId { get; set; }
  19.         public string socialBaseId { get; set; }
  20.         public string deviceBaseId { get; set; }
  21.         public string deviceType { get; set; }
  22.         public string deviceId { get; set; }
  23.         public string autorizeType { get; set; }
  24.         public DateTime lastUpdate { get; set; }
  25.         public DateTime lastVisit { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement