t_roll_log.cs 1.2 KB

123456789101112131415161718192021222324252627282930
  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_roll_log
  14. {
  15. public string roll_listid { get; set; }
  16. public string bill_listid { get; set; }
  17. public Nullable<decimal> character_guid { get; set; }
  18. public Nullable<decimal> vs_guid { get; set; }
  19. public Nullable<short> roll_type { get; set; }
  20. public Nullable<short> assets_type { get; set; }
  21. public Nullable<int> amount { get; set; }
  22. public Nullable<long> balance { get; set; }
  23. public string ip { get; set; }
  24. public string memo { get; set; }
  25. public Nullable<System.DateTime> create_time { get; set; }
  26. public Nullable<System.DateTime> modify_time { get; set; }
  27. }
  28. }