Explorar o código

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

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
03b266e7b7
Modificáronse 1 ficheiros con 1 adicións e 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;