|
@@ -18,6 +18,7 @@ const NewsSchema = {
|
|
view_times: { type: String, required: false, maxLength: 200 }, // 浏览次数
|
|
view_times: { type: String, required: false, maxLength: 200 }, // 浏览次数
|
|
status: { type: String, required: false, maxLength: 200, default: '0' }, // 状态,0-草稿,1-未审核,2-已审核
|
|
status: { type: String, required: false, maxLength: 200, default: '0' }, // 状态,0-草稿,1-未审核,2-已审核
|
|
file_url: { type: String, required: false }, // 文件路径
|
|
file_url: { type: String, required: false }, // 文件路径
|
|
|
|
+ is_del: { type: String, required: false, maxLength: 200, default: '0' }, // 是否删除,0-未删除,1-已删除
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|