|
@@ -33,7 +33,7 @@ const expert = {
|
|
|
undertakingproject: { type: String, required: false, maxLength: 500 }, // 承担项目
|
|
|
scienceaward: { type: String, required: false, maxLength: 500 }, // 科技奖励
|
|
|
social: { type: String, required: false, maxLength: 500 }, // 社会任职
|
|
|
-
|
|
|
+ personal_id: { type: String, required: false, maxLength: 500 }, // 升级专家个人用户关联id
|
|
|
status: { type: String, required: false, default: "0", maxLength: 500 }, // 审核状态,0-注册,1-通过,2-拒绝
|
|
|
openid: { type: String, required: false }, // 微信openid
|
|
|
isdel: { type: String, required: false, default: "0" }, // 0=>未删除;1=>已删除
|