文章实体

## 文章实体 xy_template_news ``` 表名- xykj_template_news ``` | 字段 | 类型 | 说明 | |-----|--------|-------| | xy_id | int | 自增id | | xy_template_website | xy_template_website | 模板站点 | | xy_news_name | string | 文章标题 | | xy_news_type | string | 文章分类 | | xy_news_index | int| 文章索引| | xy_news_author |string| 文章作者| | xy_news_keyword| string| 关键词 | | xy_news_description| string| 描述| | xy_news_content| string| 文章内容| | xy_news_img1 | string| 宣传图1| | xy_news_img2 | string| 宣传图2| | xy_news_img3 | string| 宣传图3| | xy_news_img4 | string| 宣传图4| | xy_news_img5 | string| 宣传图5| | xy_news_addtime| datetime| 文章发布时间| | xy_news_comment| long| 文章评论数量| | xy_news_isdel| int| 文章状态 0 显示 1删除| ## 文章分类实体 xy_template_newstype ``` 表名- xykj_template_newstype ``` | 字段 | 类型 | 说明 | |-----|--------|-------| | xy_id | int | 自增id | | xy_template_website | xy_template_website | 模板站点 | | xy_newstype_name | string |文章分类名称 | | xy_newstype_index | int |文章分类索引 | | xy_newstype_desc | string | 文章分类为主注释 | | xy_newstype_isdel| int| 文章类型状态 0 显示 1删除| ## 文章评论实体 xy_template_news_comment ``` 表名- xykj_template_news_comment ``` | 字段 | 类型 | 说明 | |-----|--------|-------| | xy_id | int | 自增id | | xy_news_id | int | 文章id编号 | | xy_news_name | string | 文章标题 | | xy_template_website | sting | 所属站点域名 | | xy_news_type | string | 所属分类 | | xy_comment_content| string| 评论内容| | xy_comment_addtime| datetime| 评论发布时间| | xy_comment_isdel| int| 评论状态 0 显示 1删除|