171 lines
2.6 KiB
C#
171 lines
2.6 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_dd_fysk:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_dd_fysk
|
|
{
|
|
public nr_z_dd_fysk()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private int? _ddid;
|
|
private string _fkr;
|
|
private string _jsr;
|
|
private DateTime? _skrq;
|
|
private decimal? _skje;
|
|
private string _skfs;
|
|
private string _fplx;
|
|
private string _fph;
|
|
private decimal? _fpje;
|
|
private decimal? _shuilv;
|
|
private decimal? _shsr;
|
|
private string _bz;
|
|
private string _zt;
|
|
private decimal? _mzje;
|
|
private string _fylx;
|
|
private decimal? _syycje;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int? ddid
|
|
{
|
|
set{ _ddid=value;}
|
|
get{return _ddid;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fkr
|
|
{
|
|
set{ _fkr=value;}
|
|
get{return _fkr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string jsr
|
|
{
|
|
set{ _jsr=value;}
|
|
get{return _jsr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? skrq
|
|
{
|
|
set{ _skrq=value;}
|
|
get{return _skrq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? skje
|
|
{
|
|
set{ _skje=value;}
|
|
get{return _skje;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string skfs
|
|
{
|
|
set{ _skfs=value;}
|
|
get{return _skfs;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fplx
|
|
{
|
|
set{ _fplx=value;}
|
|
get{return _fplx;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fph
|
|
{
|
|
set{ _fph=value;}
|
|
get{return _fph;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? fpje
|
|
{
|
|
set{ _fpje=value;}
|
|
get{return _fpje;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? shuilv
|
|
{
|
|
set{ _shuilv=value;}
|
|
get{return _shuilv;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? shsr
|
|
{
|
|
set{ _shsr=value;}
|
|
get{return _shsr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string bz
|
|
{
|
|
set{ _bz=value;}
|
|
get{return _bz;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string zt
|
|
{
|
|
set{ _zt=value;}
|
|
get{return _zt;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? mzje
|
|
{
|
|
set{ _mzje=value;}
|
|
get{return _mzje;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fylx
|
|
{
|
|
set{ _fylx=value;}
|
|
get{return _fylx;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? syycje
|
|
{
|
|
set{ _syycje=value;}
|
|
get{return _syycje;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|