ruifeng_liu 3 years ago
parent
commit
4ca67255bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/model/patent/patentapply.js

+ 2 - 2
app/model/patent/patentapply.js

@@ -15,8 +15,8 @@ const patentapply = {
   name: { type: String }, // 发明名称
   apply_name: { type: String }, // 申请人
   type: { type: String }, // 申请类型
-  inventer: { type: String }, // 发明人
-  contact: { type: String }, // 联系人
+  inventer: { type: Array }, // 发明人
+  contact: { type: Array }, // 联系人
   phone: { type: String }, // 联系人电话
   email: { type: String }, // 联系人邮箱
   questions: { type: Object }, // 问题