|
@@ -28,7 +28,8 @@ const investigation = {
|
|
|
// 2021-11-14
|
|
|
techol_name: { type: String, required: false }, // 需求名称
|
|
|
urgent: { type: String, required: false }, // 紧急程度
|
|
|
- cooperation: { type: String, required: false }, // 合作方式
|
|
|
+ cooperation: { type: Array, required: false }, // 合作方式
|
|
|
+ budget: { type: String, required: false }, // 投资预算
|
|
|
};
|
|
|
|
|
|
const schema = new Schema(investigation, { toJSON: { virtuals: true } });
|