代码修改后的版本,全部提交
This commit is contained in:
135
Mtxfw.Model/P_Category.cs
Normal file
135
Mtxfw.Model/P_Category.cs
Normal file
@@ -0,0 +1,135 @@
|
||||
using System;
|
||||
namespace Mtxfw.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// business_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 P_Category
|
||||
{
|
||||
public P_Category()
|
||||
{ }
|
||||
#region Model
|
||||
private int _C_ID;
|
||||
private int _C_PARENTID;
|
||||
private string _C_PARENTIDs;
|
||||
private string _C_NAME;
|
||||
private string _CNAME;
|
||||
private string _C_images;
|
||||
private int _C_LinkID;
|
||||
private int _C_Layer;
|
||||
private int _GGEnable;//<2F><><EFBFBD><EFBFBD>0<EFBFBD>ر<EFBFBD>1<EFBFBD><31><EFBFBD><EFBFBD>
|
||||
private int _IfShow;//<2F>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30>1<EFBFBD><31>
|
||||
private int _ttype;//0<><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>1<EFBFBD><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>2<EFBFBD><32>Դ<EFBFBD><D4B4>ѡ<EFBFBD><D1A1>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>4ֱ<34><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>5<EFBFBD><35><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>6ƴ<36><C6B4><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>7<EFBFBD><37>ɱ<EFBFBD><C9B1>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>8Ԥ<38><D4A4><EFBFBD><EFBFBD>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>
|
||||
private int _C_ProductCount;
|
||||
private int _gtype;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int C_ID
|
||||
{
|
||||
set { _C_ID = value; }
|
||||
get { return _C_ID; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int C_PARENTID
|
||||
{
|
||||
set { _C_PARENTID = value; }
|
||||
get { return _C_PARENTID; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string C_NAME
|
||||
{
|
||||
set { _C_NAME = value; }
|
||||
get { return _C_NAME; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string CNAME
|
||||
{
|
||||
set { _CNAME = value; }
|
||||
get { return _CNAME; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string C_images
|
||||
{
|
||||
set { _C_images = value; }
|
||||
get { return _C_images; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string C_PARENTIDs
|
||||
{
|
||||
set { _C_PARENTIDs = value; }
|
||||
get { return _C_PARENTIDs; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int C_LinkID
|
||||
{
|
||||
set { _C_LinkID = value; }
|
||||
get { return _C_LinkID; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int C_Layer
|
||||
{
|
||||
set { _C_Layer = value; }
|
||||
get { return _C_Layer; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int GGEnable
|
||||
{
|
||||
set { _GGEnable = value; }
|
||||
get { return _GGEnable; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int IfShow
|
||||
{
|
||||
set { _IfShow = value; }
|
||||
get { return _IfShow; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int ttype
|
||||
{
|
||||
set { _ttype = value; }
|
||||
get { return _ttype; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int C_ProductCount
|
||||
{
|
||||
set { _C_ProductCount = value; }
|
||||
get { return _C_ProductCount; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int gtype
|
||||
{
|
||||
set { _gtype = value; }
|
||||
get { return _gtype; }
|
||||
}
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user