Sfoglia il codice sorgente

feat(overwrite): 默认取费字段

zhangweicheng 4 anni fa
parent
commit
f0df29485a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      overwrite/src/base/base.ts

+ 3 - 0
overwrite/src/base/base.ts

@@ -10,4 +10,7 @@ export class BaseOverwrite {
 
   // 获取自定义系数
   getCustomerCoe = getCustomerCoe;
+
+  // 默认取市场价费
+  fromMarket = true;
 }