35 lines
930 B
C#
35 lines
930 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class JfJkxx
|
|
{
|
|
|
|
public int id { get; set; }
|
|
|
|
public int jkrid { get; set; }
|
|
|
|
public int ksid { get; set; }
|
|
public string jkrxm { get; set; }
|
|
|
|
public string jkbm { get; set; }
|
|
|
|
public DateTime? jkrq { get; set; }
|
|
public string jkyy { get; set; }
|
|
public string jkje { get; set; }
|
|
public string zt { get; set; }
|
|
public string bz { get; set; }
|
|
public string ksldspyj { get; set; }
|
|
public DateTime? ksldspsj { get; set; }
|
|
public string fgldspyj { get; set; }
|
|
public DateTime? fgldspsj { get; set; }
|
|
public string cwfzspyj { get; set; }
|
|
public DateTime? cwfzspsj { get; set; }
|
|
public string zxldspyj { get; set; }
|
|
public DateTime? zxldspsj { get; set; }
|
|
}
|
|
}
|