Explorar el Código

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

zhangweicheng hace 4 años
padre
commit
03b266e7b7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;