Browse Source

增加来源字段

asd123a20 2 years ago
parent
commit
53ad1a5cb2
1 changed files with 2 additions and 0 deletions
  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 },
   // 绑定栏目