t_account.cs 1.1 KB

1234567891011121314151617181920212223242526272829
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码是根据模板生成的。
  4. //
  5. // 手动更改此文件可能会导致应用程序中发生异常行为。
  6. // 如果重新生成代码,则将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace Modules.Robot
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class t_account
  14. {
  15. public string account { get; set; }
  16. public Nullable<decimal> account_guid { get; set; }
  17. public byte[] sessionkey { get; set; }
  18. public string v { get; set; }
  19. public string s { get; set; }
  20. public string active_code { get; set; }
  21. public Nullable<bool> active_code_used { get; set; }
  22. public Nullable<decimal> first_char_guid { get; set; }
  23. public Nullable<System.DateTime> create_time { get; set; }
  24. public Nullable<System.DateTime> modify_time { get; set; }
  25. public int gm_level { get; set; }
  26. }
  27. }