71 lines
1.4 KiB
C#
71 lines
1.4 KiB
C#
|
|
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_Goods_lb
|
|||
|
|
{
|
|||
|
|
#region Model
|
|||
|
|
private int _id;
|
|||
|
|
private string _LBName;//<2F><><EFBFBD><EFBFBD>
|
|||
|
|
private string _LBBody;//<2F><><EFBFBD><EFBFBD>
|
|||
|
|
private int _LBLinkID;//<2F><><EFBFBD><EFBFBD>ID
|
|||
|
|
private int _utype;//<2F><><EFBFBD><EFBFBD>0<EFBFBD><30><EFBFBD><EFBFBD><EFBFBD>̷̳<CCB3><CCB7><EFBFBD>1<EFBFBD>̼ҷ<CCBC><D2B7><EFBFBD>2<EFBFBD><32><EFBFBD><EFBFBD>ѧ<EFBFBD>÷<EFBFBD><C3B7><EFBFBD>
|
|||
|
|
private int _gtype;
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int Id
|
|||
|
|
{
|
|||
|
|
set{ _id=value;}
|
|||
|
|
get{return _id;}
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string LBName
|
|||
|
|
{
|
|||
|
|
set { _LBName = value; }
|
|||
|
|
get { return _LBName; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public string LBBody
|
|||
|
|
{
|
|||
|
|
set { _LBBody = value; }
|
|||
|
|
get { return _LBBody; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int LBLinkID
|
|||
|
|
{
|
|||
|
|
set { _LBLinkID = value; }
|
|||
|
|
get { return _LBLinkID; }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int utype
|
|||
|
|
{
|
|||
|
|
set { _utype = value; }
|
|||
|
|
get { return _utype; }
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public int gtype
|
|||
|
|
{
|
|||
|
|
set { _gtype = value; }
|
|||
|
|
get { return _gtype; }
|
|||
|
|
}
|
|||
|
|
#endregion Model
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|