Res_InvitationOfficialActivityData.cs 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_InvitationOfficialActivityData
  14. {
  15. public int Id { get; set; }
  16. public string Country { get; set; }
  17. public string City { get; set; }
  18. public string UnitName { get; set; }
  19. public string UnitWeb { get; set; }
  20. public string Field { get; set; }
  21. public string Address { get; set; }
  22. public string UnitInfo { get; set; }
  23. public string Contact { get; set; }
  24. public string Job { get; set; }
  25. public string Tel { get; set; }
  26. public string Email { get; set; }
  27. public string WeChat { get; set; }
  28. public string FaceBook { get; set; }
  29. public string Ins { get; set; }
  30. public string Delegation { get; set; }
  31. public string FileName { get; set; }
  32. public string FilePath { get; set; }
  33. public string SndFileName { get; set; }
  34. public string SndFilePath { get; set; }
  35. public string Fax { get; set; }
  36. public string OtherInfo { get; set; }
  37. public string Background { get; set; }
  38. public Nullable<int> CreateUserId { get; set; }
  39. public Nullable<System.DateTime> CreateTime { get; set; }
  40. public Nullable<int> DeleteUserId { get; set; }
  41. public string DeleteTime { get; set; }
  42. public string Remark { get; set; }
  43. public Nullable<int> IsDel { get; set; }
  44. public Nullable<int> LastUpdateUserId_ { get; set; }
  45. public Nullable<System.DateTime> LastUpdateTime { get; set; }
  46. }
  47. }