Browse Source

Merge branch 'master' of 192.168.1.41:SmartCost/SCCommon

lipk 3 năm trước cách đây
mục cha
commit
74e51ef6b6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      types/src/interface/business.ts

+ 4 - 0
types/src/interface/business.ts

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