t_challenge_game_player.cs 1.0 KB

12345678910111213141516171819202122232425262728
  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_challenge_game_player
  14. {
  15. public string activity_id { get; set; }
  16. public decimal character_guid { get; set; }
  17. public bool is_win { get; set; }
  18. public int faction { get; set; }
  19. public int hero_id { get; set; }
  20. public string title { get; set; }
  21. public int platform_title_id { get; set; }
  22. public string character_name { get; set; }
  23. public System.DateTime create_time { get; set; }
  24. public System.DateTime modify_time { get; set; }
  25. }
  26. }