Explorar el Código

feat(types): 修改费率字段

zhangweicheng hace 5 años
padre
commit
37b6e6e358
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/feeRate.ts

+ 1 - 1
types/src/interface/feeRate.ts

@@ -27,7 +27,7 @@ export interface IFeeRate extends ITreeScm {
   rate: number;
   originalRate: number;
   memo?: string; // 备注
-  subFeeRate: ISubFeeRate;
+  subFeeRate?: ISubFeeRate;
 }
 
 export interface IFeeRateFile {