Explorar o código

增加来源字段

asd123a20 %!s(int64=2) %!d(string=hai) anos
pai
achega
53ad1a5cb2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 },
   // 绑定栏目