CeramicProject/Model/nr_z_ddwxd_xm.cs

126 lines
1.9 KiB
C#

using System;
namespace Maticsoft.Model
{
/// <summary>
/// nr_z_ddwxd_xm:实体类(属性说明自动提取数据库字段的描述信息)
/// </summary>
[Serializable]
public partial class nr_z_ddwxd_xm
{
public nr_z_ddwxd_xm()
{}
#region Model
private int _id;
private int _scmxid;
private string _scdh;
private string _khbh;
private string _cphh;
private string _cpmc;
private string _cpzl;
private string _scfs;
private int _wfsl;
private DateTime _jhrq;
private string _bz;
private int _wxid;
/// <summary>
///
/// </summary>
public int id
{
set{ _id=value;}
get{return _id;}
}
/// <summary>
///
/// </summary>
public int scmxid
{
set{ _scmxid=value;}
get{return _scmxid;}
}
/// <summary>
///
/// </summary>
public string scdh
{
set{ _scdh=value;}
get{return _scdh;}
}
/// <summary>
///
/// </summary>
public string khbh
{
set{ _khbh=value;}
get{return _khbh;}
}
/// <summary>
///
/// </summary>
public string cphh
{
set{ _cphh=value;}
get{return _cphh;}
}
/// <summary>
///
/// </summary>
public string cpmc
{
set{ _cpmc=value;}
get{return _cpmc;}
}
/// <summary>
///
/// </summary>
public string cpzl
{
set{ _cpzl=value;}
get{return _cpzl;}
}
/// <summary>
///
/// </summary>
public string scfs
{
set{ _scfs=value;}
get{return _scfs;}
}
/// <summary>
///
/// </summary>
public int wfsl
{
set{ _wfsl=value;}
get{return _wfsl;}
}
/// <summary>
///
/// </summary>
public DateTime jhrq
{
set{ _jhrq=value;}
get{return _jhrq;}
}
/// <summary>
///
/// </summary>
public string bz
{
set{ _bz=value;}
get{return _bz;}
}
/// <summary>
///
/// </summary>
public int wxid
{
set{ _wxid=value;}
get{return _wxid;}
}
#endregion Model
}
}