代码修改后的版本,全部提交
This commit is contained in:
60
Mtxfw.Model/Adminjs.cs
Normal file
60
Mtxfw.Model/Adminjs.cs
Normal file
@@ -0,0 +1,60 @@
|
||||
using System;
|
||||
namespace Mtxfw.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Adminjs:ʵ<><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 Adminjs
|
||||
{
|
||||
#region Model
|
||||
private int _id;
|
||||
private string _jsName;
|
||||
private string _js;
|
||||
private int _ttype;//<2F><><EFBFBD><EFBFBD>0<EFBFBD>̳ǹ<CCB3><C7B9><EFBFBD>Ա1ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>Ա
|
||||
private int _gtype;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int id
|
||||
{
|
||||
set{ _id=value;}
|
||||
get{return _id;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string jsName
|
||||
{
|
||||
set { _jsName = value; }
|
||||
get { return _jsName; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string js
|
||||
{
|
||||
set { _js = value; }
|
||||
get { return _js; }
|
||||
}
|
||||
/// <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