明树Git Lab

Commit b3aa7bc0 authored by zfp1's avatar zfp1

update

parent ba1e59cb
......@@ -16,15 +16,13 @@ const letianCompanyInfoSchema = new Schema({
type: String,
comment: "简介"
},
companyInfoImgs: {
type: [
companyInfoImgs: [
{
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