Fj.cs 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. using System;
  2. using System.Collections.Generic;
  3. namespace WZExport.Models
  4. {
  5. public partial class Fj
  6. {
  7. public int Appendixid { get; set; }
  8. public int Appdocid { get; set; }
  9. public string Appfile { get; set; }
  10. public int Appfiletype { get; set; }
  11. public string Appdesc { get; set; }
  12. public string Applinkalt { get; set; }
  13. public int? Appsern { get; set; }
  14. public int? Appprop { get; set; }
  15. public short? Appflag { get; set; }
  16. public DateTime? Apptime { get; set; }
  17. public string Appauthor { get; set; }
  18. public string Appeditor { get; set; }
  19. public string Attribute { get; set; }
  20. public decimal? Usedversions { get; set; }
  21. public string Cruser { get; set; }
  22. public DateTime? Crtime { get; set; }
  23. public string Srcfile { get; set; }
  24. public string Fileext { get; set; }
  25. public int Isimporttoimagelib { get; set; }
  26. public string Relatedcolumn { get; set; }
  27. public string Relatephotoids { get; set; }
  28. public string Appdesc2 { get; set; }
  29. public string Attributes { get; set; }
  30. }
  31. }