Преглед изворни кода

feat: 土地库增加安置补助字段

vian пре 10 месеци
родитељ
комит
72ab9fae74
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      modules/all_models/land.js

+ 3 - 0
modules/all_models/land.js

@@ -9,6 +9,9 @@ const subItem = new Schema({
     name: String,
     // 土地补偿标准单价  
     unitPrice: Number,
+    // 安置补助标准
+    resettlementPrice: Number,
+
 }, { _id: false })
 
 // 地区