明树Git Lab

Commit cedf61a2 authored by zfp1's avatar zfp1

update

parent bf7abaaf
......@@ -4,8 +4,8 @@ const Schema = mongoose.Schema;
const moment = require('moment');
/**
* 乐田 农场其他投入品记录表
* 日期 类别/名称 规格 数量 单位 单价 税额 总额 代理商/厂家 备注
* 乐田 用工明细
*
*/
const letianAgrInputEmploySchema = new Schema({
......
......@@ -68,7 +68,7 @@ const letianProductDeepSchema = new Schema({
},
device: {
type: mongoose.Types.ObjectId,
ref: 'Device',
ref: 'collectDevice',
comment: "设备"
}
}
......
......@@ -62,7 +62,7 @@ const letianProductPlantSchema = new Schema({
},
device: {
type: mongoose.Types.ObjectId,
ref: 'Device',
ref: 'collectDevice',
comment: "设备"
}
}
......
......@@ -69,7 +69,7 @@ const letianProductPreSchema = new Schema({
},
device: {
type: mongoose.Types.ObjectId,
ref: 'Device',
ref: 'collectDevice',
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