Ptwd.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. using System;
  2. using System.Collections.Generic;
  3. namespace WZExport.Models
  4. {
  5. public partial class Ptwd
  6. {
  7. public int Docid { get; set; }
  8. public int Docchannel { get; set; }
  9. public int Docversion { get; set; }
  10. public int Doctype { get; set; }
  11. public string Doctitle { get; set; }
  12. public int Docsource { get; set; }
  13. public int Docsecurity { get; set; }
  14. public int Docstatus { get; set; }
  15. public int? Dockind { get; set; }
  16. public string Doccontent { get; set; }
  17. public string Dochtmlcon { get; set; }
  18. public string Docabstract { get; set; }
  19. public string Dockeywords { get; set; }
  20. public string Docrelwords { get; set; }
  21. public string Docpeople { get; set; }
  22. public string Docplace { get; set; }
  23. public string Docauthor { get; set; }
  24. public string Doceditor { get; set; }
  25. public string Docauditor { get; set; }
  26. public int? Docoutupid { get; set; }
  27. public DateTime? Docvalid { get; set; }
  28. public string Docpuburl { get; set; }
  29. public DateTime? Docpubtime { get; set; }
  30. public DateTime? Docreltime { get; set; }
  31. public string Cruser { get; set; }
  32. public DateTime? Crtime { get; set; }
  33. public int Docwordscount { get; set; }
  34. public int? Docpro { get; set; }
  35. public short Rightdefined { get; set; }
  36. public string Titlecolor { get; set; }
  37. public int? Templateid { get; set; }
  38. public int? Schedule { get; set; }
  39. public string Docno { get; set; }
  40. public int Docflag { get; set; }
  41. public string Editor { get; set; }
  42. public string Attribute { get; set; }
  43. public int Hitscount { get; set; }
  44. public string Docpubhtmlcon { get; set; }
  45. public string Subdoctitle { get; set; }
  46. public short? Attachpic { get; set; }
  47. public string Doclink { get; set; }
  48. public string Docfilename { get; set; }
  49. public int? Docfromversion { get; set; }
  50. public DateTime? Opertime { get; set; }
  51. public string Operuser { get; set; }
  52. public string Flowoperationmark { get; set; }
  53. public string Flowpreoperationmark { get; set; }
  54. public string Flowoperationmaskenum { get; set; }
  55. public string Docsourcename { get; set; }
  56. public string Doclinkto { get; set; }
  57. public string Docmirrorto { get; set; }
  58. public string Randomserial { get; set; }
  59. public string Postuser { get; set; }
  60. public byte? Ispageimg { get; set; }
  61. public string Publishdate { get; set; }
  62. public string Pagenum { get; set; }
  63. public string Pagename { get; set; }
  64. public string Pdffilename { get; set; }
  65. public string Pageimagefilename { get; set; }
  66. public string Map { get; set; }
  67. public string Yinti { get; set; }
  68. public int Siteid { get; set; }
  69. public int Srcsiteid { get; set; }
  70. public DateTime? Docfirstpubtime { get; set; }
  71. public int? Nodeid { get; set; }
  72. public int? Orderid { get; set; }
  73. public string Crdept { get; set; }
  74. public int? Docform { get; set; }
  75. public int? Doclevel { get; set; }
  76. public string Olddocpuburl { get; set; }
  77. public string Title2 { get; set; }
  78. public string Title3 { get; set; }
  79. public string Wenhao { get; set; }
  80. public string Articletitle { get; set; }
  81. public string Gender { get; set; }
  82. public DateTime? Jzsj { get; set; }
  83. public string Hrui { get; set; }
  84. }
  85. }