Browse Source

增加来源字段

asd123a20 2 năm trước cách đây
mục cha
commit
53ad1a5cb2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 },
   // 绑定栏目