You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.2 KiB

2 years ago
  1. using System;
  2. using Entity.Sugar;
  3. namespace Entity.ViewModels
  4. {
  5. public class View_OPM_ExhibitionCustomers : OTB_OPM_ExhibitionCustomers
  6. {
  7. public string guid { get; set; }
  8. public string CustomerNO { get; set; }
  9. public string CustomerCName { get; set; }
  10. public string CustomerEName { get; set; }
  11. public string CustomerShotCName { get; set; }
  12. public string ContactorName { get; set; }
  13. public string Telephone1 { get; set; }
  14. public string IsFormal { get; set; }
  15. public string Telephone { get; set; }
  16. public string FAX { get; set; }
  17. public string Address { get; set; }
  18. public string IsAudit { get; set; }
  19. public string UniCode { get; set; }
  20. public string ListSourceName { get; set; }
  21. public string CalloutLog { get; set; }
  22. public string ExhibitionName { get; set; }
  23. public string ContactorId { get; set; }
  24. public string Email { get; set; }
  25. public DateTime? ExhibitionDateStart { get; set; }
  26. public string Ext { get; set; }
  27. public string IsDeal { get; set; }
  28. public string IsImporter { get; set; }
  29. }
  30. }