123456789101112131415161718192021222324252627282930313233343536373839 |
- using System;
- using System.Collections.Generic;
- namespace WZExport.Models
- {
- public partial class St
- {
- public int WcmmetaTablegovInfoId { get; set; }
- public int? MetaDataId { get; set; }
- public int? ChannelId { get; set; }
- public string CrUser { get; set; }
- public DateTimeOffset? CrTime { get; set; }
- public string Syh { get; set; }
- public string ContentGs { get; set; }
- public DateTimeOffset? DateSc { get; set; }
- public string Fbjg { get; set; }
- public string Doctitle { get; set; }
- public string Dockeywords { get; set; }
- public string Dochtmlcon { get; set; }
- public string Docsourcename { get; set; }
- public string Wenhao { get; set; }
- public string Articletitle { get; set; }
- public string Title2 { get; set; }
- public string Title3 { get; set; }
- public DateTimeOffset? Fwrq { get; set; }
- public string Chaosong { get; set; }
- public string Yfdw { get; set; }
- public string Yfrq { get; set; }
- public string Wldz { get; set; }
- public int? Upflag { get; set; }
- public int? Valid { get; set; }
- public DateTimeOffset? Sxsj { get; set; }
- public DateTimeOffset? Fzsj { get; set; }
- public string Lsbb { get; set; }
- public string Ztfl { get; set; }
- public string Tcfl { get; set; }
- }
- }
|