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,