918博天堂

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/794bf435/a236a820/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/794bf435/a236a820/App_Code.z_cinmk9.6.cs
?#pragma checksum "d:\wwwroot\sznzpj\wwwroot\App_Code\Property.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BAAC833D5B68B934E2D4D74FE7E50242"

#line 1 "d:\wwwroot\sznzpj\wwwroot\App_Code\Property.cs"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Model
{
    /// <summary>
    ///Property 的提要注明
    /// </summary>
    public class Property
    {
        /// <summary>
        /// 表名
        /// </summary>
        public string tableName { set; get; }


        /// <summary>
        /// 表ID
        /// </summary>
        public int TID { set; get; }


        /// <summary>
        /// 类型
        /// </summary>
        public int Type { set; get; }


        /// <summary>
        /// 属性名称
        /// </summary>
        public string PTitle { set; get; }


        /// <summary>
        /// 属性内容
        /// </summary>
        public string PContent { set; get; }


        /// <summary>
        /// 排序
        /// </summary>
        public int Order { set; get; }
    }
}

#line default
#line hidden