using Entity.Sugar; using System.Collections.Generic; namespace Entity.ViewModels { public class View_CMS_Exhibition : SETB_CMS_Exhibition { public string JsonOrganizers { get; set; } public string JsonVenues { get; set; } public string RegionIDs { get; set; } public string CountryIDs { get; set; } public string CityIDs { get; set; } public int OrderCount { get; set; } } }