|
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/ |
?#pragma checksum "d:\wwwroot\sznzpj\wwwroot\App_Code\Gong.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1F9BEE48CC2033ED114F65D70212A664"
#line 1 "d:\wwwroot\sznzpj\wwwroot\App_Code\Gong.cs"
using System;
using System.Collections.Generic;
using System.Web;
namespace Model
{
/// <summary>
///Gong 的提要注明
/// </summary>
public class Gong
{
/// <summary>
/// Id
/// </summary>
public int Id { set; get; }
/// <summary>
/// 对应表名
/// </summary>
public string tableName { set; get; }
/// <summary>
/// 分类Id
/// </summary>
public int CID { set; get; }
/// <summary>
/// 标题名称
/// </summary>
public string Title { set; get; }
/// <summary>
/// 内容描述
/// </summary>
public string Content { set; get; }
/// <summary>
/// 图片名称
/// </summary>
public string ImgUrl { set; get; }
/// <summary>
/// 图片描述
/// </summary>
public string Alt { set; get; }
/// <summary>
/// keywords标题
/// </summary>
public string keywords { set; get; }
/// <summary>
/// description描述
/// </summary>
public string description { set; get; }
/// <summary>
/// 点击数量
/// </summary>
public int CkCount { set; get; }
/// <summary>
/// 排序
/// </summary>
public int Order { set; get; }
/// <summary>
/// 增长功夫
/// </summary>
public DateTime Time { set; get; }
}
}
#line default
#line hidden