St.cs 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. using System;
  2. using System.Collections.Generic;
  3. namespace WZExport.Models
  4. {
  5. public partial class St
  6. {
  7. public int WcmmetaTablegovInfoId { get; set; }
  8. public int? MetaDataId { get; set; }
  9. public int? ChannelId { get; set; }
  10. public string CrUser { get; set; }
  11. public DateTimeOffset? CrTime { get; set; }
  12. public string Syh { get; set; }
  13. public string ContentGs { get; set; }
  14. public DateTimeOffset? DateSc { get; set; }
  15. public string Fbjg { get; set; }
  16. public string Doctitle { get; set; }
  17. public string Dockeywords { get; set; }
  18. public string Dochtmlcon { get; set; }
  19. public string Docsourcename { get; set; }
  20. public string Wenhao { get; set; }
  21. public string Articletitle { get; set; }
  22. public string Title2 { get; set; }
  23. public string Title3 { get; set; }
  24. public DateTimeOffset? Fwrq { get; set; }
  25. public string Chaosong { get; set; }
  26. public string Yfdw { get; set; }
  27. public string Yfrq { get; set; }
  28. public string Wldz { get; set; }
  29. public int? Upflag { get; set; }
  30. public int? Valid { get; set; }
  31. public DateTimeOffset? Sxsj { get; set; }
  32. public DateTimeOffset? Fzsj { get; set; }
  33. public string Lsbb { get; set; }
  34. public string Ztfl { get; set; }
  35. public string Tcfl { get; set; }
  36. }
  37. }