首次推送
This commit is contained in:
135
Mtxfw.Model/order_product_info.cs
Normal file
135
Mtxfw.Model/order_product_info.cs
Normal file
@@ -0,0 +1,135 @@
|
||||
using System;
|
||||
namespace Mtxfw.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// order_product_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 order_product_info
|
||||
{
|
||||
public order_product_info()
|
||||
{ }
|
||||
#region Model
|
||||
private int _id;
|
||||
private int _pid;
|
||||
private int _orderid;
|
||||
private string _selcolor;
|
||||
private string _guige;
|
||||
private Double _DJprice;
|
||||
private Double _Totalprice;
|
||||
private int _Totalnum;
|
||||
private DateTime _SubmitTime;
|
||||
private int _UserID;
|
||||
private int _IFDelete;
|
||||
private string _utype;//0<><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><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 pid
|
||||
{
|
||||
set { _pid = value; }
|
||||
get { return _pid; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int orderid
|
||||
{
|
||||
set { _orderid = value; }
|
||||
get { return _orderid; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string selcolor
|
||||
{
|
||||
set { _selcolor = value; }
|
||||
get { return _selcolor; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string guige
|
||||
{
|
||||
set { _guige = value; }
|
||||
get { return _guige; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Double DJprice
|
||||
{
|
||||
set { _DJprice = value; }
|
||||
get { return _DJprice; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Double Totalprice
|
||||
{
|
||||
set { _Totalprice = value; }
|
||||
get { return _Totalprice; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int Totalnum
|
||||
{
|
||||
set { _Totalnum = value; }
|
||||
get { return _Totalnum; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime SubmitTime
|
||||
{
|
||||
set { _SubmitTime = value; }
|
||||
get { return _SubmitTime; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int UserID
|
||||
{
|
||||
set { _UserID = value; }
|
||||
get { return _UserID; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int IFDelete
|
||||
{
|
||||
set { _IFDelete = value; }
|
||||
get { return _IFDelete; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string utype
|
||||
{
|
||||
set { _utype = value; }
|
||||
get { return _utype; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int gtype
|
||||
{
|
||||
set { _gtype = value; }
|
||||
get { return _gtype; }
|
||||
}
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user