34 lines
948 B
C#
34 lines
948 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models
|
|||
|
|
{
|
|||
|
|
public class crbsjModel
|
|||
|
|
{
|
|||
|
|
public int id { get; set; }
|
|||
|
|
public string kpdm { get; set; }
|
|||
|
|
public string hzxm { get; set; }
|
|||
|
|
public string jzxm { get; set; }
|
|||
|
|
public string yxzjh { get; set; }
|
|||
|
|
public string xb { get; set; }
|
|||
|
|
public string 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 rqfl { get; set; }
|
|||
|
|
public string zd { get; set; }
|
|||
|
|
public DateTime? zdsj {get;set;}
|
|||
|
|
public string tkys { get; set; }
|
|||
|
|
public string bgdw { get; set; }
|
|||
|
|
public string bklrsj { get; set; }
|
|||
|
|
public DateTime? drsj { get; set; }
|
|||
|
|
public string drr { get; set; }
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|