using System; namespace CB.Config { public class GalleryEntity { public string galleryName { get; set; } public string galleryNumberNew { get; set; } public int galleryID { get; set; } public string UrlParms { get; set; } public string PerNumber { get; set; } public string CreateTime { get; set; } } }