From 3c42cdfe02b7a8e890d19b6bddd1a14365e754d5 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 30 五月 2025 17:15:35 +0800 Subject: [PATCH] fix: bug --- src/services/api/index.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index e762d00..85637c9 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -13,6 +13,7 @@ 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'; @@ -31,6 +32,7 @@ InsuranceClaim, InsuranceOrder, InsureBatchBill, + ParkBountyApply, Permissions, PhoneMessage, Profile, -- Gitblit v1.9.1