CeramicProject/Model/nr_z_ypdj.cs

180 lines
2.7 KiB
C#
Raw Normal View History

2024-05-18 15:28:29 +08:00
using System;
namespace Maticsoft.Model
{
/// <summary>
/// nr_z_ypdj:实体类(属性说明自动提取数据库字段的描述信息)
/// </summary>
[Serializable]
public partial class nr_z_ypdj
{
public nr_z_ypdj()
{}
#region Model
private int _id;
private string _kfh;
private string _huohao;
private string _xiliehao;
private string _cpmc;
private DateTime? _zdysj;
private DateTime? _xgsj;
private string _ypcc;
private decimal? _zhongl;
private decimal? _rongl;
private string _banci;
private string _zt;
private string _tupian;
private string _wenjian;
private string _qdqz;
private string _zdqz;
private string _hdqz;
private string _shr;
/// <summary>
///
/// </summary>
public int id
{
set{ _id=value;}
get{return _id;}
}
/// <summary>
///
/// </summary>
public string kfh
{
set{ _kfh=value;}
get{return _kfh;}
}
/// <summary>
///
/// </summary>
public string huohao
{
set{ _huohao=value;}
get{return _huohao;}
}
/// <summary>
///
/// </summary>
public string xiliehao
{
set{ _xiliehao=value;}
get{return _xiliehao;}
}
/// <summary>
///
/// </summary>
public string cpmc
{
set{ _cpmc=value;}
get{return _cpmc;}
}
/// <summary>
///
/// </summary>
public DateTime? zdysj
{
set{ _zdysj=value;}
get{return _zdysj;}
}
/// <summary>
///
/// </summary>
public DateTime? xgsj
{
set{ _xgsj=value;}
get{return _xgsj;}
}
/// <summary>
///
/// </summary>
public string ypcc
{
set{ _ypcc=value;}
get{return _ypcc;}
}
/// <summary>
///
/// </summary>
public decimal? zhongl
{
set{ _zhongl=value;}
get{return _zhongl;}
}
/// <summary>
///
/// </summary>
public decimal? rongl
{
set{ _rongl=value;}
get{return _rongl;}
}
/// <summary>
///
/// </summary>
public string banci
{
set{ _banci=value;}
get{return _banci;}
}
/// <summary>
///
/// </summary>
public string zt
{
set{ _zt=value;}
get{return _zt;}
}
/// <summary>
///
/// </summary>
public string tupian
{
set{ _tupian=value;}
get{return _tupian;}
}
/// <summary>
///
/// </summary>
public string wenjian
{
set{ _wenjian=value;}
get{return _wenjian;}
}
/// <summary>
///
/// </summary>
public string qdqz
{
set{ _qdqz=value;}
get{return _qdqz;}
}
/// <summary>
///
/// </summary>
public string zdqz
{
set{ _zdqz=value;}
get{return _zdqz;}
}
/// <summary>
///
/// </summary>
public string hdqz
{
set{ _hdqz=value;}
get{return _hdqz;}
}
/// <summary>
///
/// </summary>
public string shr
{
set{ _shr=value;}
get{return _shr;}
}
#endregion Model
}
}