首次推送
This commit is contained in:
115
Mtxfw.Model/user_live_online.cs
Normal file
115
Mtxfw.Model/user_live_online.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
using System;
|
||||
namespace Mtxfw.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// user_bank:ʵ<><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_live_online
|
||||
{
|
||||
#region Model
|
||||
private int _id;
|
||||
private int _MemberId;//<2F><>ԱID
|
||||
private int _liveid;//ֱ<><D6B1>ID
|
||||
private string _dz;//<2F>ο͵<CEBF><CDB5><EFBFBD>
|
||||
private string _ly;//<2F><>Դ
|
||||
private string _IP;//ip
|
||||
private int _isonline;//<2F><><EFBFBD><EFBFBD>״̬0<CCAC><30><EFBFBD><EFBFBD>1<EFBFBD><31><EFBFBD>˳<EFBFBD>
|
||||
private int _ttype;//<2F><><EFBFBD><EFBFBD>0<EFBFBD><30>Ա1<D4B1>ο<EFBFBD>
|
||||
private DateTime _addtime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
private DateTime _outtime;//<2F>˳<EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
private int _gtype;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int Id
|
||||
{
|
||||
set{ _id=value;}
|
||||
get{return _id;}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int MemberId
|
||||
{
|
||||
set { _MemberId = value; }
|
||||
get { return _MemberId; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int liveid
|
||||
{
|
||||
set { _liveid = value; }
|
||||
get { return _liveid; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string dz
|
||||
{
|
||||
set { _dz = value; }
|
||||
get { return _dz; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string ly
|
||||
{
|
||||
set { _ly = value; }
|
||||
get { return _ly; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string IP
|
||||
{
|
||||
set { _IP = value; }
|
||||
get { return _IP; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int isonline
|
||||
{
|
||||
set { _isonline = value; }
|
||||
get { return _isonline; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int ttype
|
||||
{
|
||||
set { _ttype = value; }
|
||||
get { return _ttype; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime addtime
|
||||
{
|
||||
set { _addtime = value; }
|
||||
get { return _addtime; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime outtime
|
||||
{
|
||||
set { _outtime = value; }
|
||||
get { return _outtime; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int gtype
|
||||
{
|
||||
set { _gtype = value; }
|
||||
get { return _gtype; }
|
||||
}
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user