- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace CLIP.eForm.Consent.Entity
- {
- [Serializable]
- public class DocListVO
- {
- public string doctorId { get; set; }
- public string doctorNm { get; set; }
- public string doctorKind { get; set; }
- public string drKind { get; set; }
- }
- }
|