明树Git Lab

Commit cda916a2 authored by zfp1's avatar zfp1

update

parent 3212fece
...@@ -67,7 +67,6 @@ const letianProTraceCodeSchema = new Schema({ ...@@ -67,7 +67,6 @@ const letianProTraceCodeSchema = new Schema({
}, },
rawMatCul: { //原料种植 rawMatCul: { //原料种植
proName: String, proName: String,
proTime: Date,
proAdr: String, proAdr: String,
manager: String, manager: String,
proSteps: [ proSteps: [
...@@ -84,6 +83,7 @@ const letianProTraceCodeSchema = new Schema({ ...@@ -84,6 +83,7 @@ const letianProTraceCodeSchema = new Schema({
proProcess: { //产品加工 proProcess: { //产品加工
proName: String, proName: String,
proAdr: String, proAdr: String,
proTime: Date,
manager: String, manager: String,
proSteps: [ proSteps: [
{ {
......
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