Commit e128be87 by lixinming

no message

parent de28d19d
...@@ -28,7 +28,7 @@ const fuHuaQiSchema = new Schema({ ...@@ -28,7 +28,7 @@ const fuHuaQiSchema = new Schema({
liaisonPhone:String,//联系电话 liaisonPhone:String,//联系电话
personInCharge:String,//负责人 personInCharge:String,//负责人
personInChargePhone:String,//负责人联系电话 personInChargePhone:String,//负责人联系电话
hatchingGround:{type:[hatchingGroundData.hatchingGroundSchema]},//经备案孵化场地 hatchingGround:{type:[hatchingGroundData.hatchingGroundSchema], default:[] },//经备案孵化场地
/**登录相关 */ /**登录相关 */
pwd:String,//登录密码 pwd:String,//登录密码
token:{type:String, index:true}, token:{type:String, index:true},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment