明树Git Lab

Commit b3aa7bc0 authored by zfp1's avatar zfp1

update

parent ba1e59cb
...@@ -16,15 +16,13 @@ const letianCompanyInfoSchema = new Schema({ ...@@ -16,15 +16,13 @@ const letianCompanyInfoSchema = new Schema({
type: String, type: String,
comment: "简介" comment: "简介"
}, },
companyInfoImgs: { companyInfoImgs: [
type: [
{ {
type: mongoose.Types.ObjectId, type: mongoose.Types.ObjectId,
ref: 'File', ref: 'File',
comment: "公司信息介绍图" comment: "公司信息介绍图"
} }
] ],
},
createdAt: { createdAt: {
type: Date, 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