171 lines
2.6 KiB
C#
171 lines
2.6 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_cpkf:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_cpkf
|
|
{
|
|
public nr_z_cpkf()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private string _kfbh;
|
|
private string _sjly;
|
|
private string _xlh;
|
|
private DateTime? _zhqx;
|
|
private DateTime? _riqi;
|
|
private string _zwsjmc;
|
|
private string _ywsjmc;
|
|
private DateTime? _ydrq;
|
|
private DateTime? _dyrq;
|
|
private DateTime? _ydksrq;
|
|
private DateTime? _ydjsrq;
|
|
private string _sjnr;
|
|
private string _rwgx;
|
|
private string _beizhu;
|
|
private string _tp;
|
|
private string _wj;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string kfbh
|
|
{
|
|
set{ _kfbh=value;}
|
|
get{return _kfbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string sjly
|
|
{
|
|
set{ _sjly=value;}
|
|
get{return _sjly;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string xlh
|
|
{
|
|
set{ _xlh=value;}
|
|
get{return _xlh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? zhqx
|
|
{
|
|
set{ _zhqx=value;}
|
|
get{return _zhqx;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? riqi
|
|
{
|
|
set{ _riqi=value;}
|
|
get{return _riqi;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string zwsjmc
|
|
{
|
|
set{ _zwsjmc=value;}
|
|
get{return _zwsjmc;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string ywsjmc
|
|
{
|
|
set{ _ywsjmc=value;}
|
|
get{return _ywsjmc;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? ydrq
|
|
{
|
|
set{ _ydrq=value;}
|
|
get{return _ydrq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? dyrq
|
|
{
|
|
set{ _dyrq=value;}
|
|
get{return _dyrq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? ydksrq
|
|
{
|
|
set{ _ydksrq=value;}
|
|
get{return _ydksrq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? ydjsrq
|
|
{
|
|
set{ _ydjsrq=value;}
|
|
get{return _ydjsrq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string sjnr
|
|
{
|
|
set{ _sjnr=value;}
|
|
get{return _sjnr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string rwgx
|
|
{
|
|
set{ _rwgx=value;}
|
|
get{return _rwgx;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string beizhu
|
|
{
|
|
set{ _beizhu=value;}
|
|
get{return _beizhu;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string tp
|
|
{
|
|
set{ _tp=value;}
|
|
get{return _tp;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string wj
|
|
{
|
|
set{ _wj=value;}
|
|
get{return _wj;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|