소스 검색

增加来源字段

asd123a20 2 년 전
부모
커밋
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 },
   // 绑定栏目