Explorar o código

字母换算单个人材机debug

zhongzewei %!s(int64=6) %!d(string=hai) anos
pai
achega
770795bf7f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      modules/all_models/stdRation_coe.js

+ 2 - 0
modules/all_models/stdRation_coe.js

@@ -10,6 +10,8 @@ const coeSchema = new Schema({
     gljID: Number,                  // 要调整的工料机ID(当coeType=0时有效)
     operator: String,               // 运算符(*、+、-、=)
     amount: String,                 // 调整的量
+    gljCode: String,
+    gljName: String,
     _id: false
 });