123456789101112131415161718192021222324252627282930313233 |
- using System;
- using System.Collections.Generic;
- namespace WZExport.Models
- {
- public partial class Fj
- {
- public int Appendixid { get; set; }
- public int Appdocid { get; set; }
- public string Appfile { get; set; }
- public int Appfiletype { get; set; }
- public string Appdesc { get; set; }
- public string Applinkalt { get; set; }
- public int? Appsern { get; set; }
- public int? Appprop { get; set; }
- public short? Appflag { get; set; }
- public DateTime? Apptime { get; set; }
- public string Appauthor { get; set; }
- public string Appeditor { get; set; }
- public string Attribute { get; set; }
- public decimal? Usedversions { get; set; }
- public string Cruser { get; set; }
- public DateTime? Crtime { get; set; }
- public string Srcfile { get; set; }
- public string Fileext { get; set; }
- public int Isimporttoimagelib { get; set; }
- public string Relatedcolumn { get; set; }
- public string Relatephotoids { get; set; }
- public string Appdesc2 { get; set; }
- public string Attributes { get; set; }
- }
- }
|