明树Git Lab

Commit 6f882ace authored by zfp1's avatar zfp1

update

parent 5b634759
......@@ -15,11 +15,11 @@ const letianAgrInputDetailSchema = new Schema({
},
name: {
type: String,
commnet: "产品名称",
comment: "产品名称",
},
spec: {
type: String,
commnet: "规格",
comment: "规格",
},
proUnit: {
type: String,
......
......@@ -16,11 +16,11 @@ const letianAgrInputEmploySchema = new Schema({
},
agrProName: {
type: String,
commnet: "农产品名称",
comment: "农产品名称",
},
empDetails: {
type: String,
commnet: "用工详情",
comment: "用工详情",
},
peopleNum: {
type: Number,
......
......@@ -16,11 +16,11 @@ const letianAgrInputOtherSchema = new Schema({
},
name: {
type: String,
commnet: "类别/名称",
comment: "类别/名称",
},
spec: {
type: String,
commnet: "规格",
comment: "规格",
},
buyNum: {
type: Number,
......
......@@ -14,15 +14,15 @@ const letianAgrInputRecordSchema = new Schema({
},
agrProName: {
type: String,
commnet: "农产品名称",
comment: "农产品名称",
},
name: {
type: String,
commnet: "生产投入品名称",
comment: "生产投入品名称",
},
type: {
type: String,
commnet: "投入品类别",
comment: "投入品类别",
},
total: {
type: Number,
......
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