|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/87401a0c/944f02a0/ |
?#pragma checksum "D:\wwwroot\cnhbclw\wwwroot\App_Code\News\Consultative\ConsultativeType\T_ConsultativeType.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "08CE710DC9DC0A96F2B7064CECA6AFA1"
#line 1 "D:\wwwroot\cnhbclw\wwwroot\App_Code\News\Consultative\ConsultativeType\T_ConsultativeType.cs"
using System;
/// <summary>
/// T_ConsultativeType 的提要注明
/// </summary>
namespace Consultative
{
public class TConsultativeType
{
public TConsultativeType()
{
//
// TODO: 在此处增长机关函数逻辑
//
}
#region Model
private int _id;
private string _name;
private int _parentid;
private string _fullid;
/// <summary>
/// ID
/// </summary>
public int ID
{
get
{
return _id;
}
set
{
_id = value;
}
}
/// <summary>
/// 征询类型
/// </summary>
public string Name
{
get
{
return _name;
}
set
{
_name = value;
}
}
/// <summary>
/// 父级ID
/// </summary>
public int ParentID
{
get { return _parentid; }
set { _parentid = value; }
}
/// <summary>
/// 父级ID字符串
/// </summary>
public string FULLID
{
get { return _fullid; }
set { _fullid = value; }
}
#endregion Model
}
}
#line default
#line hidden