代码修改后的版本,全部提交
This commit is contained in:
81
Mtxfw.Model/user_info_fenghao.cs
Normal file
81
Mtxfw.Model/user_info_fenghao.cs
Normal file
@@ -0,0 +1,81 @@
|
||||
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_info_fenghao
|
||||
{
|
||||
public user_info_fenghao()
|
||||
{}
|
||||
#region Model
|
||||
private Int64 _id;
|
||||
private int _MemberId;
|
||||
private int _MemberId2;//ƥ<><C6A5><EFBFBD>˺<EFBFBD>
|
||||
private string _yuanyin;//<2F><><EFBFBD><EFBFBD>ԭ<EFBFBD><D4AD>
|
||||
private Int64 _ResultId;//user_ResultsID
|
||||
private DateTime _addtime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
private int _ttype; // ttype 0<><30><EFBFBD><EFBFBD>1<EFBFBD><31><EFBFBD><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 int MemberId2
|
||||
{
|
||||
set { _MemberId2 = value; }
|
||||
get { return _MemberId2; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string yuanyin
|
||||
{
|
||||
set { _yuanyin = value; }
|
||||
get { return _yuanyin; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Int64 ResultId
|
||||
{
|
||||
set { _ResultId = value; }
|
||||
get { return _ResultId; }
|
||||
}
|
||||
/// <summary>
|
||||
/// utype
|
||||
/// </summary>
|
||||
public DateTime addtime
|
||||
{
|
||||
set { _addtime = value; }
|
||||
get { return _addtime; }
|
||||
}
|
||||
/// <summary>
|
||||
/// utype
|
||||
/// </summary>
|
||||
public int ttype
|
||||
{
|
||||
set { _ttype = value; }
|
||||
get { return _ttype; }
|
||||
}
|
||||
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user