瀏覽代碼

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

zhangweicheng 4 年之前
父節點
當前提交
03b266e7b7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;