Преглед изворни кода

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;