Explorar o código

feat(types): 修改费率字段

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
37b6e6e358
Modificáronse 1 ficheiros con 1 adicións e 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;
   rate: number;
   originalRate: number;
   originalRate: number;
   memo?: string; // 备注
   memo?: string; // 备注
-  subFeeRate: ISubFeeRate;
+  subFeeRate?: ISubFeeRate;
 }
 }
 
 
 export interface IFeeRateFile {
 export interface IFeeRateFile {