t_gs_code.cs 929 B

12345678910111213141516171819202122232425
  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_gs_code
  14. {
  15. public string active_code { get; set; }
  16. public decimal character_guid { get; set; }
  17. public string character_name { get; set; }
  18. public decimal invitee_guid { get; set; }
  19. public int notify_inviter { get; set; }
  20. public System.DateTime create_time { get; set; }
  21. public System.DateTime modify_time { get; set; }
  22. }
  23. }