首次推送
This commit is contained in:
69
Mtxfw.Model/user_favorite.cs
Normal file
69
Mtxfw.Model/user_favorite.cs
Normal file
@@ -0,0 +1,69 @@
|
||||
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_favorite
|
||||
{
|
||||
#region Model
|
||||
private int _id;
|
||||
private int _ProductID;//<2F><>ƷID
|
||||
private int _MemberId;//<2F><>ԱID
|
||||
private DateTime _addtime;//<2F><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||
private int _ttype;//<2F><><EFBFBD><EFBFBD>0<EFBFBD><30>Ʒ1<C6B7><31><EFBFBD><EFBFBD>2<EFBFBD><32><EFBFBD><EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD>3<EFBFBD><33>ע<EFBFBD><D7A2>Ա4<D4B1><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƶ
|
||||
private int _gtype; //<2F><><EFBFBD>ͣ<EFBFBD>0<EFBFBD>ܹ<EFBFBD>˾ 1<>ֹ<EFBFBD>˾ 2<>ֹ<EFBFBD>˾
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int Id
|
||||
{
|
||||
set{ _id=value;}
|
||||
get{return _id;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int ProductID
|
||||
{
|
||||
set { _ProductID = value; }
|
||||
get { return _ProductID; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int MemberId
|
||||
{
|
||||
set { _MemberId = value; }
|
||||
get { return _MemberId; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime addtime
|
||||
{
|
||||
set { _addtime = value; }
|
||||
get { return _addtime; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int ttype
|
||||
{
|
||||
set { _ttype = value; }
|
||||
get { return _ttype; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int gtype
|
||||
{
|
||||
set { _gtype = value; }
|
||||
get { return _gtype; }
|
||||
}
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user