t_challenge_activity.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_challenge_activity
  14. {
  15. public string activity_id { get; set; }
  16. public int activity_status { get; set; }
  17. public System.DateTime start_time { get; set; }
  18. public decimal battle_id { get; set; }
  19. public bool challenger_win { get; set; }
  20. public int kfz_best_hero { get; set; }
  21. public Nullable<System.DateTime> game_over_time { get; set; }
  22. public long challenger_win_bet { get; set; }
  23. public long challenger_lose_bet { get; set; }
  24. public System.DateTime create_time { get; set; }
  25. public System.DateTime modify_time { get; set; }
  26. }
  27. }