明树Git Lab

Commit ba1e59cb authored by zfp1's avatar zfp1

update

parent f52b6874
...@@ -9,13 +9,12 @@ const moment = require('moment'); ...@@ -9,13 +9,12 @@ const moment = require('moment');
const letianCompanyInfoSchema = new Schema({ const letianCompanyInfoSchema = new Schema({
name: { name: {
type: mongoose.Types.ObjectId, type: String,
ref: 'ProductPre', comment: "公司名称"
comment: "来源初加工产品 靠产品名称关联"
}, },
address: { description: {
type: String, type: String,
comment: "深加工产品名称" comment: "简介"
}, },
companyInfoImgs: { companyInfoImgs: {
type: [ type: [
......
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