99 lines
1.5 KiB
C#
99 lines
1.5 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_khyck:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_khyck
|
|
{
|
|
public nr_z_khyck()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private string _kh_bh;
|
|
private decimal? _ycje;
|
|
private string _fkr;
|
|
private string _fkfs;
|
|
private string _skr;
|
|
private DateTime? _rq;
|
|
private string _bz;
|
|
private string _shzt;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string kh_bh
|
|
{
|
|
set{ _kh_bh=value;}
|
|
get{return _kh_bh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? ycje
|
|
{
|
|
set{ _ycje=value;}
|
|
get{return _ycje;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fkr
|
|
{
|
|
set{ _fkr=value;}
|
|
get{return _fkr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fkfs
|
|
{
|
|
set{ _fkfs=value;}
|
|
get{return _fkfs;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string skr
|
|
{
|
|
set{ _skr=value;}
|
|
get{return _skr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? rq
|
|
{
|
|
set{ _rq=value;}
|
|
get{return _rq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string bz
|
|
{
|
|
set{ _bz=value;}
|
|
get{return _bz;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string shzt
|
|
{
|
|
set{ _shzt=value;}
|
|
get{return _shzt;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|