asd123a20 2 лет назад
Родитель
Сommit
53ad1a5cb2
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      service-cms/app/model/content.js

+ 2 - 0
service-cms/app/model/content.js

@@ -15,6 +15,8 @@ const SchemaDefine = {
   title: { type: String, required: true },
   // 描述
   describe: { type: String, required: false },
+  // 来源
+  source: { type: String, required: false },
   // 内容
   content: { type: String, required: true },
   // 绑定栏目