Przeglądaj źródła

feat(overwrite): 默认取费字段

zhangweicheng 4 lat temu
rodzic
commit
f0df29485a
1 zmienionych plików z 3 dodań i 0 usunięć
  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;
 }