32 lines
940 B
C#
32 lines
940 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class NCZSJModel
|
|
{
|
|
public int id { get; set; }
|
|
public string kpbm { get; set; }
|
|
public string hzxm { get; set; }
|
|
public string yxzjh { get; set; }
|
|
public string xb { get; set; }
|
|
public DateTime? csrq { get; set; }
|
|
public string nl { get; set; }
|
|
public string gzdw { get; set; }
|
|
public string lxdh { get; set; }
|
|
public string zzbm { get; set; }
|
|
public string xxzz { get; set; }
|
|
public string zd { get; set; }
|
|
public string tkys { get; set; }
|
|
public string bgdw { get; set; }
|
|
public DateTime? bklrsj { get; set; }
|
|
public DateTime? drsj { get; set; }
|
|
public string drr { get; set; }
|
|
public string icd10 { get; set; }
|
|
public string icdname { get; set; }
|
|
|
|
}
|
|
}
|