t_social_group_basic.cs 1.1 KB

1234567891011121314151617181920212223242526272829
  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_social_group_basic
  14. {
  15. public decimal group_guid { get; set; }
  16. public string group_name { get; set; }
  17. public int group_type { get; set; }
  18. public decimal owner_guid { get; set; }
  19. public string owner_name { get; set; }
  20. public int member_size { get; set; }
  21. public int manager_size { get; set; }
  22. public string bulletin { get; set; }
  23. public int join_rule { get; set; }
  24. public System.DateTime modify_time { get; set; }
  25. public System.DateTime create_time { get; set; }
  26. }
  27. }