YW_Notice.cs 1.1 KB

123456789101112131415161718192021222324252627282930
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码已从模板生成。
  4. //
  5. // 手动更改此文件可能导致应用程序出现意外的行为。
  6. // 如果重新生成代码,将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace Central.Control.Domain
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class YW_Notice
  14. {
  15. public System.Guid ID { get; set; }
  16. public string Title { get; set; }
  17. public string Content { get; set; }
  18. public Nullable<int> RoleId { get; set; }
  19. public Nullable<int> Noticetype { get; set; }
  20. public Nullable<bool> IsRead { get; set; }
  21. public Nullable<bool> IsDel { get; set; }
  22. public string createper { get; set; }
  23. public Nullable<System.DateTime> createDate { get; set; }
  24. public string updateUser { get; set; }
  25. public Nullable<System.DateTime> updateDate { get; set; }
  26. public string ImgUrl { get; set; }
  27. }
  28. }