83 lines
1.7 KiB
C#
83 lines
1.7 KiB
C#
|
|
using System;
|
|||
|
|
namespace Mtxfw.Model
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// User_CZ_log:ʵ<><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_CZ_log
|
|||
|
|
{
|
|||
|
|
public User_CZ_log()
|
|||
|
|
{}
|
|||
|
|
#region Model
|
|||
|
|
private Int64 _Id;
|
|||
|
|
private int _MemberId;//<2F><>Ա<EFBFBD>û<EFBFBD><C3BB><EFBFBD>
|
|||
|
|
private DateTime _AddTime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
|||
|
|
private string _IP;//<2F><><EFBFBD><EFBFBD>ip
|
|||
|
|
private string _Body;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
private int _UType; //<2F><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>0<EFBFBD><30><EFBFBD><EFBFBD>Ա<EFBFBD><D4B1>1<EFBFBD><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ģ<EFBFBD>2<EFBFBD><32>Ա 3<><33>Ա<EFBFBD><D4B1>̬
|
|||
|
|
private int _gtype; //<2F><><EFBFBD>ͣ<EFBFBD>0<EFBFBD>ܹ<EFBFBD>˾ 1<>ֹ<EFBFBD>˾ 2<>ֹ<EFBFBD>˾
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public Int64 Id
|
|||
|
|
{
|
|||
|
|
set { _Id = value; }
|
|||
|
|
get { return _Id; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int MemberId
|
|||
|
|
{
|
|||
|
|
set { _MemberId = value; }
|
|||
|
|
get { return _MemberId; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public DateTime AddTime
|
|||
|
|
{
|
|||
|
|
set { _AddTime = value; }
|
|||
|
|
get { return _AddTime; }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string IP
|
|||
|
|
{
|
|||
|
|
set { _IP = value; }
|
|||
|
|
get { return _IP; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string Body
|
|||
|
|
{
|
|||
|
|
set { _Body = value; }
|
|||
|
|
get { return _Body; }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int UType
|
|||
|
|
{
|
|||
|
|
set { _UType = value; }
|
|||
|
|
get { return _UType; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int gtype
|
|||
|
|
{
|
|||
|
|
set { _gtype = value; }
|
|||
|
|
get { return _gtype; }
|
|||
|
|
}
|
|||
|
|
#endregion Model
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|