文章列表

# 文章类型实体 ## xy_yst_newstype ### 字段参数 | 字段 | 类型 | 说明 | |-----|------|-------| | newstype_id | int | 新闻类型自增id | | newstype_title | string | 新闻分类名称 | | newstype_index | int | 新闻类型索引 | | newstype_isdel | int | 是否删除 0正常 1删除 | # 文章实体 ## xy_yst_news ### 字段参数 | 字段 | 类型 | 说明 | |-----|------|-------| | news_id | int | 新闻id | | news_title | string | 新闻标题 | | news_type | string | 新闻类型 | | news_typeid | int | 新闻类型id | | news_source | string | 新闻来源 | | news_author | string | 新闻作者 | | news_url | string | 新闻跳转地址 | | news_isrecommend | int | 新闻推荐 0不推荐 1推荐 | | news_index | int | 新闻索引 | | news_isshow | int | 是否显示 0显示 1隐藏 | | news_isdel | int | 是否删除 0正常 1删除 | | news_addtime | DateTime | 新闻添加时间 | | news_content | string | 新闻内容 | | news_place| int| 发布位置0素材1心得 |