using FreeSql.DataAnnotations; using System; public class View_PACS { public string HISID { get; set; } public string INPATIENTNO { get; set; } public string LODGENO { get; set; } public string NAME { get; set; } public string SEX { get; set; } public DateTime BIRTHDATE { get; set; } public string LODGESECTION { get; set; } public string LODGEDOCTOR { get; set; } public string AGE { get; set; } public string CHECK_TYPE { get; set; } public string PARTOFCHECK { get; set; } public string DIRECTION { get; set; } public string ADDRESS { get; set; } public string RACE { get; set; } public string PROFESSION { get; set; } public string MARITALSTATUS { get; set; } public string TELEPHONE { get; set; } public string DEGREE { get; set; } public DateTime LODGEDATE { get; set; } public string BEDNO { get; set; } public string TIMES { get; set; } public string zyh { get; set; } public string cwh { get; set; } }