From c48683d52511648af2f249ee0a240613e34ce0ad Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 20 二月 2025 18:23:51 +0800
Subject: [PATCH] feat: 我的

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

diff --git a/packages/services/api/index.ts b/packages/services/api/index.ts
index 5dd0eaf..d982164 100644
--- a/packages/services/api/index.ts
+++ b/packages/services/api/index.ts
@@ -5,6 +5,7 @@
 import * as AbpApiDefinition from './AbpApiDefinition';
 import * as AbpApplicationConfiguration from './AbpApplicationConfiguration';
 import * as Account from './Account';
+import * as ACOOLYNotify from './ACOOLYNotify';
 import * as AdvertiseBoard from './AdvertiseBoard';
 import * as AdvertiseOnShow from './AdvertiseOnShow';
 import * as Alipay from './Alipay';
@@ -43,7 +44,12 @@
 import * as InsureOrganization from './InsureOrganization';
 import * as InsureSupplier from './InsureSupplier';
 import * as LgGigWorker from './LgGigWorker';
+import * as LgGigWorkerCustomerTemplateParam from './LgGigWorkerCustomerTemplateParam';
 import * as LgGigWorkerReCharge from './LgGigWorkerReCharge';
+import * as LgGigWorkerSignChannelSetting from './LgGigWorkerSignChannelSetting';
+import * as LgGigWorkerSignFreeSetting from './LgGigWorkerSignFreeSetting';
+import * as LgGigWorkerSignSetting from './LgGigWorkerSignSetting';
+import * as LifePay from './LifePay';
 import * as Message from './Message';
 import * as OpenInformation from './OpenInformation';
 import * as OperateHistory from './OperateHistory';
@@ -86,6 +92,7 @@
   AbpApiDefinition,
   AbpApplicationConfiguration,
   Account,
+  ACOOLYNotify,
   AdvertiseBoard,
   AdvertiseOnShow,
   Alipay,
@@ -124,7 +131,12 @@
   InsureOrganization,
   InsureSupplier,
   LgGigWorker,
+  LgGigWorkerCustomerTemplateParam,
   LgGigWorkerReCharge,
+  LgGigWorkerSignChannelSetting,
+  LgGigWorkerSignFreeSetting,
+  LgGigWorkerSignSetting,
+  LifePay,
   Message,
   OpenInformation,
   OperateHistory,

--
Gitblit v1.9.1