using Entity.Sugar; namespace Entity.ViewModels { public class View_CMS_ExhibInfo : SETB_CMS_ExhibInfo { public string AbbreviatedName { get; set; } public int MainCategoryID { get; set; } public int SubCategoryID { get; set; } public int OrderCount { get; set; } } }