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.

21 lines
446 B

  1. using Entity.Sugar;
  2. using System.Collections.Generic;
  3. namespace Entity.ViewModels
  4. {
  5. public class View_CMS_Exhibition : SETB_CMS_Exhibition
  6. {
  7. public string JsonOrganizers { get; set; }
  8. public string JsonVenues { get; set; }
  9. public string RegionIDs { get; set; }
  10. public string CountryIDs { get; set; }
  11. public string CityIDs { get; set; }
  12. public int OrderCount { get; set; }
  13. }
  14. }