From ed68d97625c05f0d1ab3ce2bf1ce187e78ad10aa Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 26 十二月 2025 16:30:33 +0800
Subject: [PATCH] feat: 订单

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

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 10b88c6..aa4cd2f 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -9,13 +9,13 @@
 import * as task from './task';
 import * as enterpriseWallet from './enterpriseWallet';
 import * as ocrUtils from './ocrUtils';
+import * as standardOrder from './standardOrder';
 import * as electronSign from './electronSign';
 import * as resource from './resource';
 import * as logRecords from './logRecords';
 import * as dictionary from './dictionary';
 import * as taskCheckReceive from './taskCheckReceive';
 import * as taskUser from './taskUser';
-import * as standardOrder from './standardOrder';
 import * as standardService from './standardService';
 import * as userResume from './userResume';
 import * as auth from './auth';
@@ -40,13 +40,13 @@
   task,
   enterpriseWallet,
   ocrUtils,
+  standardOrder,
   electronSign,
   resource,
   logRecords,
   dictionary,
   taskCheckReceive,
   taskUser,
-  standardOrder,
   standardService,
   userResume,
   auth,

--
Gitblit v1.10.0