فهرست منبع

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;