代码修改后的版本,全部提交
This commit is contained in:
196
Mtxfw.Model/user_proxy.cs
Normal file
196
Mtxfw.Model/user_proxy.cs
Normal file
@@ -0,0 +1,196 @@
|
||||
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_proxy
|
||||
{
|
||||
#region Model
|
||||
private int _id;
|
||||
private int _MemberId;//<2F><>ԱID
|
||||
private string _AName;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
private int _AgenLevel;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
private int _AgentRecomID;//<2F><><EFBFBD><EFBFBD><EFBFBD>Ƽ<EFBFBD><C6BC>˵<EFBFBD>ID
|
||||
private Double _AgenCost;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
private string _Agenprovince;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʡ<EFBFBD><CAA1>
|
||||
private string _Agencity;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڳ<EFBFBD><DAB3><EFBFBD>
|
||||
private string _Agencounty;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
private int _IFFill;//<2F>Ƿ<EFBFBD><C7B7>ֶ<EFBFBD><D6B6><EFBFBD>д<EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30>1<EFBFBD><31>
|
||||
private string _Agentrading;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڽֵ<DABD><D6B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
private string _AAddress;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڵ<EFBFBD>ַ
|
||||
private string _ATel;//<2F><>ϵ<EFBFBD>绰
|
||||
private Decimal _latitude;//γ<><CEB3>
|
||||
private Decimal _longitude;//<2F><><EFBFBD><EFBFBD>
|
||||
private int _seef;//<2F>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30> 1<><31>
|
||||
private int _IFJS;//<2F>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƽ<EFBFBD><C6BC><EFBFBD>0<EFBFBD><30> 1<><31>
|
||||
private int _TType;//<2F><><EFBFBD>ͣ<EFBFBD>0<EFBFBD><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<EFBFBD><31><EFBFBD><EFBFBD>
|
||||
private DateTime _addtime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
private int _gtype; //<2F><><EFBFBD><EFBFBD>
|
||||
/// <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 string AName
|
||||
{
|
||||
set { _AName = value; }
|
||||
get { return _AName; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int AgenLevel
|
||||
{
|
||||
set { _AgenLevel = value; }
|
||||
get { return _AgenLevel; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int AgentRecomID
|
||||
{
|
||||
set { _AgentRecomID = value; }
|
||||
get { return _AgentRecomID; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Double AgenCost
|
||||
{
|
||||
set { _AgenCost = value; }
|
||||
get { return _AgenCost; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string Agenprovince
|
||||
{
|
||||
set { _Agenprovince = value; }
|
||||
get { return _Agenprovince; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string Agencity
|
||||
{
|
||||
set { _Agencity = value; }
|
||||
get { return _Agencity; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string Agencounty
|
||||
{
|
||||
set { _Agencounty = value; }
|
||||
get { return _Agencounty; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int IFFill
|
||||
{
|
||||
set { _IFFill = value; }
|
||||
get { return _IFFill; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string Agentrading
|
||||
{
|
||||
set { _Agentrading = value; }
|
||||
get { return _Agentrading; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string AAddress
|
||||
{
|
||||
set { _AAddress = value; }
|
||||
get { return _AAddress; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string ATel
|
||||
{
|
||||
set { _ATel = value; }
|
||||
get { return _ATel; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Decimal latitude
|
||||
{
|
||||
set { _latitude = value; }
|
||||
get { return _latitude; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Decimal longitude
|
||||
{
|
||||
set { _longitude = value; }
|
||||
get { return _longitude; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int seef
|
||||
{
|
||||
set { _seef = value; }
|
||||
get { return _seef; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int IFJS
|
||||
{
|
||||
set { _IFJS = value; }
|
||||
get { return _IFJS; }
|
||||
}
|
||||
/// <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 int gtype
|
||||
{
|
||||
set { _gtype = value; }
|
||||
get { return _gtype; }
|
||||
}
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user