zhangweicheng 5 years ago
parent
commit
8246515144
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/all_models/unit_price.js

+ 1 - 0
modules/all_models/unit_price.js

@@ -16,6 +16,7 @@ let modelSchema = {
     base_price: String,
     // 市场单价
     market_price: String,
+    taxRate:String,//税率
     // 编码
     code: {
         type: String,