zhangweicheng 5 年之前
父节点
当前提交
8246515144
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,