namespace SiteCore { public class cplObj { public int pid { get; set; } public string pname { get; set; } public int count { get; set; } } }