Explorar el Código

feat(overwrite): 默认取费字段

zhangweicheng hace 4 años
padre
commit
f0df29485a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;
 }