|
@@ -18,7 +18,7 @@ const patentinfo = {
|
|
agent_personal: { type: String, required: false }, // 代理人
|
|
agent_personal: { type: String, required: false }, // 代理人
|
|
agent: { type: String, required: false }, // 代理机构
|
|
agent: { type: String, required: false }, // 代理机构
|
|
abstract: { type: String, required: false }, // 摘要
|
|
abstract: { type: String, required: false }, // 摘要
|
|
- img_url: { type: String, required: false }, // 图片
|
|
|
|
|
|
+ img_url: { type: Array }, // 图片
|
|
origin: { type: String }, // 数据来源(手写的)
|
|
origin: { type: String }, // 数据来源(手写的)
|
|
user_id: { type: [ ObjectId ] },
|
|
user_id: { type: [ ObjectId ] },
|
|
status: { type: String, required: false }, // 状态
|
|
status: { type: String, required: false }, // 状态
|