From 42c8c76b00027995e01cbe692198831fbe019f38 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 17:11:49 +0800
Subject: [PATCH] fix: 数据看板

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

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index e267aca..ec96c7f 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -12,6 +12,7 @@
 import * as AliPayNotify from './AliPayNotify';
 import * as Area from './Area';
 import * as BaseModule from './BaseModule';
+import * as BaseModuleNew from './BaseModuleNew';
 import * as BestSign from './BestSign';
 import * as BestSignCallBack from './BestSignCallBack';
 import * as CaiNiao from './CaiNiao';
@@ -22,6 +23,7 @@
 import * as Consult from './Consult';
 import * as CooperationApply from './CooperationApply';
 import * as Customer from './Customer';
+import * as DataBoard from './DataBoard';
 import * as ElectronSign from './ElectronSign';
 import * as EnterpriseApplyFile from './EnterpriseApplyFile';
 import * as EnterpriseMaterial from './EnterpriseMaterial';
@@ -89,6 +91,7 @@
 import * as Version from './Version';
 import * as Wallet from './Wallet';
 import * as WalletChannel from './WalletChannel';
+import * as WaterDropCloud from './WaterDropCloud';
 import * as Withdraw from './Withdraw';
 import * as WxNotify from './WxNotify';
 import * as WxPayNotify from './WxPayNotify';
@@ -103,6 +106,7 @@
   AliPayNotify,
   Area,
   BaseModule,
+  BaseModuleNew,
   BestSign,
   BestSignCallBack,
   CaiNiao,
@@ -113,6 +117,7 @@
   Consult,
   CooperationApply,
   Customer,
+  DataBoard,
   ElectronSign,
   EnterpriseApplyFile,
   EnterpriseMaterial,
@@ -180,6 +185,7 @@
   Version,
   Wallet,
   WalletChannel,
+  WaterDropCloud,
   Withdraw,
   WxNotify,
   WxPayNotify,

--
Gitblit v1.9.1