Przeglądaj źródła

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

zhangweicheng 4 lat temu
rodzic
commit
03b266e7b7
1 zmienionych plików z 1 dodań i 0 usunięć
  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;