@@ -1,6 +1,7 @@
import { IAny } from './base';
export interface IIncreaseSettingItem {
+ ID: string;
name: string;
base: string;
coe: number;