namespace WeApp.Views.Shared.Camp { public class SelectCampModel { public string CampSelect { get; set; } public string PageTitle { get; set; } public string PageUrl { get; set; } public bool HasGroup { get; set; } } }