guhongwei 3 年之前
父節點
當前提交
a844ab84ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/model/patent/patentsafeg.js

+ 1 - 1
app/model/patent/patentsafeg.js

@@ -11,7 +11,7 @@ const patentsafeg = {
   name: { type: String }, // 发明名称
   apply_personal: { type: String }, // 申请人
   type: { type: String }, // 申请类型
-  inventor: { type: String }, // 发明人
+  inventor: { type: Array }, // 发明人
   contact: { type: String }, // 联系人
   phone: { type: String }, // 联系人电话
   email: { type: String }, // 联系人邮箱