首次推送
This commit is contained in:
134
Mtxfw.Model/queue_window.cs
Normal file
134
Mtxfw.Model/queue_window.cs
Normal file
@@ -0,0 +1,134 @@
|
||||
using System;
|
||||
namespace Mtxfw.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// queue_window:ʵ<><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 queue_window
|
||||
{
|
||||
public queue_window()
|
||||
{}
|
||||
#region Model
|
||||
private int _id;
|
||||
private int _number;
|
||||
private int _number2;
|
||||
private string _accountid;
|
||||
private string _membercard;
|
||||
private DateTime? _addtime;
|
||||
private DateTime? _quesuctime;
|
||||
private string _queuestate;
|
||||
private string _Province;
|
||||
private string _Consumersites;
|
||||
private string _qdate;
|
||||
private string _WinningState;
|
||||
private string _Utype;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int Id
|
||||
{
|
||||
set{ _id=value;}
|
||||
get{return _id;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int Number
|
||||
{
|
||||
set { _number = value; }
|
||||
get { return _number; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int Number2
|
||||
{
|
||||
set{ _number2=value;}
|
||||
get{return _number2;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string AccountId
|
||||
{
|
||||
set{ _accountid=value;}
|
||||
get{return _accountid;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string MemberCard
|
||||
{
|
||||
set{ _membercard=value;}
|
||||
get{return _membercard;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime? AddTime
|
||||
{
|
||||
set{ _addtime=value;}
|
||||
get{return _addtime;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime? QueSucTime
|
||||
{
|
||||
set{ _quesuctime=value;}
|
||||
get{return _quesuctime;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string QueueState
|
||||
{
|
||||
set{ _queuestate=value;}
|
||||
get{return _queuestate;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string WinningState
|
||||
{
|
||||
set { _WinningState = value; }
|
||||
get { return _WinningState; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string Province
|
||||
{
|
||||
set { _Province = value; }
|
||||
get { return _Province; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string Consumersites
|
||||
{
|
||||
set { _Consumersites = value; }
|
||||
get { return _Consumersites; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string qdate
|
||||
{
|
||||
set { _qdate = value; }
|
||||
get { return _qdate; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string Utype
|
||||
{
|
||||
set { _Utype = value; }
|
||||
get { return _Utype; }
|
||||
}
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user