123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- using System;
- using System.Collections.Generic;
- namespace WZExport.Models
- {
- public partial class Ptwd
- {
- public int Docid { get; set; }
- public int Docchannel { get; set; }
- public int Docversion { get; set; }
- public int Doctype { get; set; }
- public string Doctitle { get; set; }
- public int Docsource { get; set; }
- public int Docsecurity { get; set; }
- public int Docstatus { get; set; }
- public int? Dockind { get; set; }
- public string Doccontent { get; set; }
- public string Dochtmlcon { get; set; }
- public string Docabstract { get; set; }
- public string Dockeywords { get; set; }
- public string Docrelwords { get; set; }
- public string Docpeople { get; set; }
- public string Docplace { get; set; }
- public string Docauthor { get; set; }
- public string Doceditor { get; set; }
- public string Docauditor { get; set; }
- public int? Docoutupid { get; set; }
- public DateTime? Docvalid { get; set; }
- public string Docpuburl { get; set; }
- public DateTime? Docpubtime { get; set; }
- public DateTime? Docreltime { get; set; }
- public string Cruser { get; set; }
- public DateTime? Crtime { get; set; }
- public int Docwordscount { get; set; }
- public int? Docpro { get; set; }
- public short Rightdefined { get; set; }
- public string Titlecolor { get; set; }
- public int? Templateid { get; set; }
- public int? Schedule { get; set; }
- public string Docno { get; set; }
- public int Docflag { get; set; }
- public string Editor { get; set; }
- public string Attribute { get; set; }
- public int Hitscount { get; set; }
- public string Docpubhtmlcon { get; set; }
- public string Subdoctitle { get; set; }
- public short? Attachpic { get; set; }
- public string Doclink { get; set; }
- public string Docfilename { get; set; }
- public int? Docfromversion { get; set; }
- public DateTime? Opertime { get; set; }
- public string Operuser { get; set; }
- public string Flowoperationmark { get; set; }
- public string Flowpreoperationmark { get; set; }
- public string Flowoperationmaskenum { get; set; }
- public string Docsourcename { get; set; }
- public string Doclinkto { get; set; }
- public string Docmirrorto { get; set; }
- public string Randomserial { get; set; }
- public string Postuser { get; set; }
- public byte? Ispageimg { get; set; }
- public string Publishdate { get; set; }
- public string Pagenum { get; set; }
- public string Pagename { get; set; }
- public string Pdffilename { get; set; }
- public string Pageimagefilename { get; set; }
- public string Map { get; set; }
- public string Yinti { get; set; }
- public int Siteid { get; set; }
- public int Srcsiteid { get; set; }
- public DateTime? Docfirstpubtime { get; set; }
- public int? Nodeid { get; set; }
- public int? Orderid { get; set; }
- public string Crdept { get; set; }
- public int? Docform { get; set; }
- public int? Doclevel { get; set; }
- public string Olddocpuburl { get; set; }
- public string Title2 { get; set; }
- public string Title3 { get; set; }
- public string Wenhao { get; set; }
- public string Articletitle { get; set; }
- public string Gender { get; set; }
- public DateTime? Jzsj { get; set; }
- public string Hrui { get; set; }
- }
- }
|