代码修改后的版本,全部提交
This commit is contained in:
75
Mtxfw.Model/User_AppLine.cs
Normal file
75
Mtxfw.Model/User_AppLine.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
using System;
|
||||
namespace Mtxfw.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// user_info:ʵ<><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_AppLine
|
||||
{
|
||||
public User_AppLine()
|
||||
{}
|
||||
#region Model
|
||||
private Int64 _Id;
|
||||
private int _MemberId;//<2F><>ԱID
|
||||
private int _InNum;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
private DateTime _InTime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
private string _IP;//<2F><><EFBFBD><EFBFBD>ip
|
||||
private int _TType; //<2F><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD> 0APP<50><50>ҳ 1<><31>ͨ<EFBFBD><CDA8>ҳ
|
||||
/// <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 int InNum
|
||||
{
|
||||
set { _InNum = value; }
|
||||
get { return _InNum; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime InTime
|
||||
{
|
||||
set { _InTime = value; }
|
||||
get { return _InTime; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// utype
|
||||
/// </summary>
|
||||
public string IP
|
||||
{
|
||||
set { _IP = value; }
|
||||
get { return _IP; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int TType
|
||||
{
|
||||
set { _TType = value; }
|
||||
get { return _TType; }
|
||||
}
|
||||
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user