Sfoglia il codice sorgente

feat(types): 子目增加费类型

zhangweicheng 4 anni fa
parent
commit
03b266e7b7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      types/src/interface/increaseFee.ts

+ 1 - 0
types/src/interface/increaseFee.ts

@@ -1,6 +1,7 @@
 import { IAny } from './base';
 
 export interface IIncreaseSettingItem {
+  ID: string;
   name: string;
   base: string;
   coe: number;