瀏覽代碼

Merge branch '1.0.0_online' of http://smartcost.f3322.net:3000/SmartCost/ConstructionOperation into 1.0.0_online

TonyKang 6 年之前
父節點
當前提交
c9cf5cf934
共有 1 個文件被更改,包括 2 次插入0 次删除
  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
 });