154 lines
3.6 KiB
C#
154 lines
3.6 KiB
C#
|
|
using System;
|
|||
|
|
namespace Mtxfw.Model
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// User_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_log
|
|||
|
|
{
|
|||
|
|
public User_log()
|
|||
|
|
{}
|
|||
|
|
#region Model
|
|||
|
|
private Int64 _Id;
|
|||
|
|
private string _SessionId;//SessionId
|
|||
|
|
private int _MemberId;//<2F><>ԱID
|
|||
|
|
private int _Orders;//<2F><><EFBFBD>ʴ<EFBFBD><CAB4><EFBFBD>
|
|||
|
|
private int _SearchType;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͣ<EFBFBD>0<EFBFBD><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<EFBFBD><31><EFBFBD>ٶȣ<D9B6>2<EFBFBD><32>360<36><30>3<EFBFBD><33><EFBFBD>ѹ<EFBFBD><D1B9><EFBFBD>4<EFBFBD><34><EFBFBD>ȸ<EFBFBD>
|
|||
|
|
private int _GDID;//<2F>ɶ<EFBFBD>ID
|
|||
|
|
private int _FGSID;//<2F>ֹ<EFBFBD>˾ID
|
|||
|
|
private DateTime _OperatingTime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
|||
|
|
private string _OperatingIP;//<2F><><EFBFBD><EFBFBD>ip
|
|||
|
|
private string _SearchKeys;//<2F><><EFBFBD><EFBFBD><EFBFBD>ؼ<EFBFBD><D8BC><EFBFBD>
|
|||
|
|
private string _OperatingBrowse;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
private string _OperatingPage;//<2F><><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD>Ͳ<EFBFBD><CDB2><EFBFBD>
|
|||
|
|
private string _SourcePage;//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD>Ͳ<EFBFBD><CDB2><EFBFBD>
|
|||
|
|
private int _UserType; //<2F><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>
|
|||
|
|
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 string SessionId
|
|||
|
|
{
|
|||
|
|
set { _SessionId = value; }
|
|||
|
|
get { return _SessionId; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int MemberId
|
|||
|
|
{
|
|||
|
|
set { _MemberId = value; }
|
|||
|
|
get { return _MemberId; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int Orders
|
|||
|
|
{
|
|||
|
|
set { _Orders = value; }
|
|||
|
|
get { return _Orders; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int SearchType
|
|||
|
|
{
|
|||
|
|
set { _SearchType = value; }
|
|||
|
|
get { return _SearchType; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int GDID
|
|||
|
|
{
|
|||
|
|
set { _GDID = value; }
|
|||
|
|
get { return _GDID; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int FGSID
|
|||
|
|
{
|
|||
|
|
set { _FGSID = value; }
|
|||
|
|
get { return _FGSID; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public DateTime OperatingTime
|
|||
|
|
{
|
|||
|
|
set { _OperatingTime = value; }
|
|||
|
|
get { return _OperatingTime; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string OperatingIP
|
|||
|
|
{
|
|||
|
|
set { _OperatingIP = value; }
|
|||
|
|
get { return _OperatingIP; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string SearchKeys
|
|||
|
|
{
|
|||
|
|
set { _SearchKeys = value; }
|
|||
|
|
get { return _SearchKeys; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string OperatingBrowse
|
|||
|
|
{
|
|||
|
|
set { _OperatingBrowse = value; }
|
|||
|
|
get { return _OperatingBrowse; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string OperatingPage
|
|||
|
|
{
|
|||
|
|
set { _OperatingPage = value; }
|
|||
|
|
get { return _OperatingPage; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string SourcePage
|
|||
|
|
{
|
|||
|
|
set { _SourcePage = value; }
|
|||
|
|
get { return _SourcePage; }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int UserType
|
|||
|
|
{
|
|||
|
|
set { _UserType = value; }
|
|||
|
|
get { return _UserType; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int gtype
|
|||
|
|
{
|
|||
|
|
set { _gtype = value; }
|
|||
|
|
get { return _gtype; }
|
|||
|
|
}
|
|||
|
|
#endregion Model
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|