From 6b333bea26b7599a3cf39cfa88333572ad66261e Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 28 五月 2025 16:45:07 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/index.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 637fa08..85637c9 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -12,6 +12,8 @@
 import * as IdentityUserLookup from './IdentityUserLookup';
 import * as InsuranceClaim from './InsuranceClaim';
 import * as InsuranceOrder from './InsuranceOrder';
+import * as InsureBatchBill from './InsureBatchBill';
+import * as ParkBountyApply from './ParkBountyApply';
 import * as Permissions from './Permissions';
 import * as PhoneMessage from './PhoneMessage';
 import * as Profile from './Profile';
@@ -29,6 +31,8 @@
   IdentityUserLookup,
   InsuranceClaim,
   InsuranceOrder,
+  InsureBatchBill,
+  ParkBountyApply,
   Permissions,
   PhoneMessage,
   Profile,

--
Gitblit v1.9.1