t_tran_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_tran_log
  14. {
  15. public string tran_listid { get; set; }
  16. public Nullable<decimal> buyer_guid { get; set; }
  17. public string buyer_account { get; set; }
  18. public Nullable<decimal> seller_guid { get; set; }
  19. public string seller_account { get; set; }
  20. public Nullable<short> assets_type { get; set; }
  21. public Nullable<int> pay_amount { get; set; }
  22. public string bill_listid { 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. }