Res_LocalGuideData.cs 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码已从模板生成。
  4. //
  5. // 手动更改此文件可能导致应用程序出现意外的行为。
  6. // 如果重新生成代码,将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace travelExport
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class Res_LocalGuideData
  14. {
  15. public int Id { get; set; }
  16. public string UnitArea { get; set; }
  17. public string UnitName { get; set; }
  18. public string Address { get; set; }
  19. public string Contact { get; set; }
  20. public string ContactTel { get; set; }
  21. public string ContactEmail { get; set; }
  22. public string ContactFax { get; set; }
  23. public string OtherInfo { get; set; }
  24. public Nullable<int> Score { get; set; }
  25. public string SuitScore { get; set; }
  26. public string ServeScore { get; set; }
  27. public string TalkProScore { get; set; }
  28. public string TimeScore { get; set; }
  29. public string FitScore { get; set; }
  30. public string StrainScore { get; set; }
  31. public string LocalAndChineseScore { get; set; }
  32. public Nullable<int> StaffType { get; set; }
  33. public Nullable<int> CreateUserId { get; set; }
  34. public Nullable<System.DateTime> CreateTime { get; set; }
  35. public Nullable<int> DeleteUserId { get; set; }
  36. public string DeleteTime { get; set; }
  37. public string Remark { get; set; }
  38. public Nullable<int> IsDel { get; set; }
  39. public Nullable<System.DateTime> LastUpdateTime { get; set; }
  40. public Nullable<int> LastUpdateUserId { get; set; }
  41. }
  42. }