明树Git Lab

Commit 50a33465 authored by zfp1's avatar zfp1

update

parent 437598fa
...@@ -28,6 +28,14 @@ const letianProductPlantSchema = new Schema({ ...@@ -28,6 +28,14 @@ const letianProductPlantSchema = new Schema({
type: String, type: String,
comment: "质量信息" comment: "质量信息"
}, },
yield: {
type: Number,
comment: "产量",
},
yieldUnit: {
type: String,
comment: "产量单位",
},
plantPlan: { plantPlan: {
type: mongoose.Types.ObjectId, type: mongoose.Types.ObjectId,
ref: 'PlantPlan', ref: 'PlantPlan',
......
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