明树Git Lab

Commit b198512a authored by zfp1's avatar zfp1

updte

parent ffc02d21
...@@ -54,6 +54,10 @@ const letianProductDeepSchema = new Schema({ ...@@ -54,6 +54,10 @@ const letianProductDeepSchema = new Schema({
type: String, type: String,
comment: "保质期" comment: "保质期"
}, },
sellByDateUnit: {
type: String,
comment: "保质期单位"
},
qualityInspector: { qualityInspector: {
type: String, type: String,
comment: "质检员" comment: "质检员"
......
...@@ -33,6 +33,10 @@ const letianProductPlantSchema = new Schema({ ...@@ -33,6 +33,10 @@ const letianProductPlantSchema = new Schema({
type: String, type: String,
comment: "保质期" comment: "保质期"
}, },
sellByDateUnit: {
type: String,
comment: "保质期单位"
},
qualityInspector: { qualityInspector: {
type: String, type: String,
comment: "质检员" comment: "质检员"
......
...@@ -47,6 +47,10 @@ const letianProductPreSchema = new Schema({ ...@@ -47,6 +47,10 @@ const letianProductPreSchema = new Schema({
type: String, type: String,
comment: "保质期" comment: "保质期"
}, },
sellByDateUnit: {
type: String,
comment: "保质期单位"
},
qualityInspector: { qualityInspector: {
type: String, type: String,
comment: "质检员" comment: "质检员"
......
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