using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; namespace MediII.Adapter.ReceiveToKCModel { [Serializable] public class his_doct : BaseEntity { public Int64 No { get; set;} public string DOCT_CODE { get; set;} public string DOCT_NAME { get; set;} public string HIS_DEPT_CODE { get; set;} public string HIS_DEPT_NAME { get; set;} public string status { get; set;} } }