t_tutorial.cs 1.1 KB

123456789101112131415161718192021222324252627
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码是根据模板生成的。
  4. //
  5. // 手动更改此文件可能会导致应用程序中发生异常行为。
  6. // 如果重新生成代码,则将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace DataCenter
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class t_tutorial
  14. {
  15. public decimal character_guid { get; set; }
  16. public Nullable<sbyte> is_first_login { get; set; }
  17. public Nullable<bool> close_beginner_map_guide { get; set; }
  18. public Nullable<int> match_count { get; set; }
  19. public Nullable<int> quick_match_count { get; set; }
  20. public Nullable<bool> close_compound_hero_guide { get; set; }
  21. public Nullable<bool> gain_hero_pet_item { get; set; }
  22. public Nullable<System.DateTime> create_time { get; set; }
  23. public Nullable<System.DateTime> modify_time { get; set; }
  24. }
  25. }