refactor(services): 重构服务模块结构,按功能分类移动文件
将服务文件按功能分类移动到对应子目录,包括财务、营销、订单等模块 更新相关路由和导入路径,修复文件引用错误 归档旧版任务文档,更新README和任务统计信息
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { NextFunction, Request, Response } from 'express';
|
||||
import { AuthService } from '../../services/AuthService';
|
||||
import { AuthService } from '../../services/auth/AuthService';
|
||||
|
||||
const REQUIRED_HEADERS = [
|
||||
'x-tenant-id',
|
||||
|
||||
Reference in New Issue
Block a user