43 lines
1.3 KiB
C#
43 lines
1.3 KiB
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models
|
|||
|
|
{
|
|||
|
|
public class xg_yyxx
|
|||
|
|
{
|
|||
|
|
public int id { get; set; }
|
|||
|
|
public string xm { get; set; }
|
|||
|
|
public string sfzh { get; set; }
|
|||
|
|
public string sjh { get; set; }
|
|||
|
|
public DateTime yysj { get; set; }
|
|||
|
|
public int? djrid { get; set; }
|
|||
|
|
public string djrxm { get; set; }
|
|||
|
|
public DateTime djsj { get; set; }
|
|||
|
|
public byte djzt { get; set; }
|
|||
|
|
public string xlh { get; set; }
|
|||
|
|
public DateTime yyrq { get; set; }
|
|||
|
|
public string openid { get; set; }
|
|||
|
|
public xg_yymx[] yymx { get; set; }
|
|||
|
|
public string sszj { get; set; }
|
|||
|
|
public string jccs { get; set; }
|
|||
|
|
public string native_city { get; set; }
|
|||
|
|
public string native_province { get; set; }
|
|||
|
|
public string native_area { get; set; }
|
|||
|
|
public string native_jd { get; set; }
|
|||
|
|
public string native_detailed { get; set; }
|
|||
|
|
public string djxlh { get; set; }
|
|||
|
|
|
|||
|
|
public string djType { get; set; }
|
|||
|
|
public string rylx { get; set; }
|
|||
|
|
public string cydwmc { get; set; }
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
public class xg_yymx {
|
|||
|
|
public int id { get; set; }
|
|||
|
|
public int yyid { get; set; }
|
|||
|
|
public int xmid { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|