using System; using System.ComponentModel; namespace CLIP.eForm.Consent.Entity { [Serializable] public class DeptListVO { public string deptCd { get; set; } public string deptNm { get; set; } } }