124 lines
2.8 KiB
C#
124 lines
2.8 KiB
C#
|
|
using System;
|
|||
|
|
namespace Mtxfw.Model
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// city:ʵ<><CAB5><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
|
|||
|
|
/// </summary>
|
|||
|
|
[Serializable]
|
|||
|
|
public partial class user_zzjf_log
|
|||
|
|
{
|
|||
|
|
#region Model
|
|||
|
|
private Int64 _id;
|
|||
|
|
private Decimal _num;//<2F><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD>
|
|||
|
|
private Decimal _zznum;//<2F><>ֵ<EFBFBD>ʽ<EFBFBD>
|
|||
|
|
private Decimal _zzjg;//<2F><>ֵ<EFBFBD>۸<EFBFBD>
|
|||
|
|
private Decimal _zzjf;//<2F><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD>
|
|||
|
|
private Decimal _xzjf;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
private DateTime _addtime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
|||
|
|
private int _seef;//0<><30>ʾδ<CABE><CEB4><EFBFBD>ˣ<EFBFBD>1<EFBFBD><31>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD>ˣ<EFBFBD>-1<><31>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
private DateTime _seeftime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
|||
|
|
private int _IFDelete;//<2F><>ɾ<EFBFBD><C9BE> 0<><30> 1<><31>
|
|||
|
|
private DateTime _IFDeleteTime;//<2F><>ɾ<EFBFBD><C9BE>ʱ<EFBFBD><CAB1>
|
|||
|
|
private int _gtype;
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public Int64 id
|
|||
|
|
{
|
|||
|
|
set { _id = value; }
|
|||
|
|
get { return _id; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public Decimal num
|
|||
|
|
{
|
|||
|
|
set { _num = value; }
|
|||
|
|
get { return _num; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public Decimal zznum
|
|||
|
|
{
|
|||
|
|
set { _zznum = value; }
|
|||
|
|
get { return _zznum; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public Decimal zzjg
|
|||
|
|
{
|
|||
|
|
set { _zzjg = value; }
|
|||
|
|
get { return _zzjg; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public Decimal zzjf
|
|||
|
|
{
|
|||
|
|
set { _zzjf = value; }
|
|||
|
|
get { return _zzjf; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public Decimal xzjf
|
|||
|
|
{
|
|||
|
|
set { _xzjf = value; }
|
|||
|
|
get { return _xzjf; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public DateTime addtime
|
|||
|
|
{
|
|||
|
|
set { _addtime = value; }
|
|||
|
|
get { return _addtime; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
/// Seef
|
|||
|
|
/// </summary>
|
|||
|
|
public int seef
|
|||
|
|
{
|
|||
|
|
set { _seef = value; }
|
|||
|
|
get { return _seef; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
/// seeftime
|
|||
|
|
/// </summary>
|
|||
|
|
public DateTime seeftime
|
|||
|
|
{
|
|||
|
|
set { _seeftime = value; }
|
|||
|
|
get { return _seeftime; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
/// IFDelete
|
|||
|
|
/// </summary>
|
|||
|
|
public int IFDelete
|
|||
|
|
{
|
|||
|
|
set { _IFDelete = value; }
|
|||
|
|
get { return _IFDelete; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
/// IFDeleteTime
|
|||
|
|
/// </summary>
|
|||
|
|
public DateTime IFDeleteTime
|
|||
|
|
{
|
|||
|
|
set { _IFDeleteTime = value; }
|
|||
|
|
get { return _IFDeleteTime; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int gtype
|
|||
|
|
{
|
|||
|
|
set { _gtype = value; }
|
|||
|
|
get { return _gtype; }
|
|||
|
|
}
|
|||
|
|
#endregion Model
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|