|
@@ -10,6 +10,12 @@ const achieve_expert = {
|
|
|
expert_user_id: { type: ObjectId },
|
|
|
expert_name: { type: String },
|
|
|
phone: { type: String },
|
|
|
+ company: { type: String },
|
|
|
+ group_zw: { type: String },
|
|
|
+ major: { type: String },
|
|
|
+ now_major: { type: String },
|
|
|
+ zw: { type: String },
|
|
|
+ zc: { type: String },
|
|
|
password: { type: Secret, select: false },
|
|
|
status: { type: String, default: '0' },
|
|
|
remark: { type: String, maxLength: 200 },
|