117 lines
1.7 KiB
C#
117 lines
1.7 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_clth:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_clth
|
|
{
|
|
public nr_z_clth()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private string _tkbh;
|
|
private DateTime? _rq;
|
|
private string _zt;
|
|
private string _gysbh;
|
|
private string _wlbh;
|
|
private decimal? _sl;
|
|
private decimal? _je;
|
|
private string _thyy;
|
|
private string _jsr;
|
|
private string _bz;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string tkbh
|
|
{
|
|
set{ _tkbh=value;}
|
|
get{return _tkbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? rq
|
|
{
|
|
set{ _rq=value;}
|
|
get{return _rq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string zt
|
|
{
|
|
set{ _zt=value;}
|
|
get{return _zt;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string gysbh
|
|
{
|
|
set{ _gysbh=value;}
|
|
get{return _gysbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string wlbh
|
|
{
|
|
set{ _wlbh=value;}
|
|
get{return _wlbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? sl
|
|
{
|
|
set{ _sl=value;}
|
|
get{return _sl;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? je
|
|
{
|
|
set{ _je=value;}
|
|
get{return _je;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string thyy
|
|
{
|
|
set{ _thyy=value;}
|
|
get{return _thyy;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string jsr
|
|
{
|
|
set{ _jsr=value;}
|
|
get{return _jsr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string bz
|
|
{
|
|
set{ _bz=value;}
|
|
get{return _bz;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|