|
@@ -21,6 +21,7 @@ const patentapply = {
|
|
email: { type: String }, // 联系人邮箱
|
|
email: { type: String }, // 联系人邮箱
|
|
questions: { type: Object }, // 问题
|
|
questions: { type: Object }, // 问题
|
|
check_url: { type: Array }, // 审查文件
|
|
check_url: { type: Array }, // 审查文件
|
|
|
|
+ agent_url: { type: Array }, // 专利代理上报文件
|
|
record: { type: Array }, // 记录
|
|
record: { type: Array }, // 记录
|
|
status: { type: String, default: '0' }, // 状态
|
|
status: { type: String, default: '0' }, // 状态
|
|
remark: { type: String },
|
|
remark: { type: String },
|