Преглед на файлове

feat(types): 修改费率字段

zhangweicheng преди 5 години
родител
ревизия
37b6e6e358
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 {