|
@@ -18,6 +18,7 @@ const patentanalysis = {
|
|
|
phone: { type: String }, // 联系人电话
|
|
|
email: { type: String }, // 联系人邮箱
|
|
|
questions: { type: Object }, // 问题
|
|
|
+ file: { type: Array }, // 报告文件
|
|
|
record: { type: Array }, // 记录
|
|
|
status: { type: String, default: '0' }, // 状态
|
|
|
remark: { type: String },
|