@@ -31,3 +31,7 @@ export enum BusinessFee {
// 预留金
PROVISIONAL = 'provisionalFee',
}
+
+export interface testAutoBuild {
+ a: string;
+}