using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CLIP.eForm.Consent.Dfh.Entity { [Serializable] public class DeptListVO { public string deptcd { get; set; } public string deptnm { get; set; } } }