|
@@ -7,6 +7,7 @@ const NewsSchema = {
|
|
|
column_id: { type: String, required: false, maxLength: 500 }, // 栏目id
|
|
|
column_name: { type: String, required: false, maxLength: 500 }, // 栏目名称
|
|
|
title: { type: String, required: false, maxLength: 500 }, // 标题
|
|
|
+ titlejj: { type: String, required: false, maxLength: 500 }, // 标题简介
|
|
|
orgin: { type: String, required: false, maxLength: 500 }, // 来源
|
|
|
publish: { type: String, required: false, maxLength: 500 }, // 发布者
|
|
|
publish_time: { type: String, required: false, maxLength: 500 }, // 发布时间
|