|
@@ -16,7 +16,7 @@ const PatentSchema = {
|
|
|
agent_personal: { type: String, required: false, maxLength: 500 }, // 代理人
|
|
|
agent: { type: String, required: false, maxLength: 500 }, // 代理机构
|
|
|
abstract: { type: String, required: false, maxLength: 1000 }, // 摘要
|
|
|
- img_url: { type: String, required: false, maxLength: 500 }, // 图片
|
|
|
+ img_url: { type: String, required: false }, // 图片
|
|
|
origin: { type: String, maxLength: 200 }, // 数据来源(手写的)
|
|
|
};
|
|
|
|