明树Git Lab

Commit 27d6c920 authored by zfp1's avatar zfp1

update

parent 0e282764
......@@ -23,6 +23,18 @@ const letianCompanyInfoSchema = new Schema({
comment: "公司信息介绍图"
}
],
addressInfo: {
type: [{
name: String,
address: String,
img: {
type: mongoose.Types.ObjectId,
ref: 'File',
comment: "公司信息介绍图"
}
}]
},
createdAt: {
type: Date,
......
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