修正
This commit is contained in:
@ -111,7 +111,7 @@
|
||||
| `phpunit.xml.dist` | 文件 | PHPUnit 测试配置 |
|
||||
|
||||
| **路径** | **类型** | **功能说明** |
|
||||
|------------------------|----------|--------------------------------|
|
||||
|------------------------|----------|------------------------------|
|
||||
| `app/` | 文件夹 | 应用主要业务代码入口,包含以下子模块 |
|
||||
| `app/Amqp/` | 文件夹 | AMQP 消息发送/消费任务类 |
|
||||
| `app/Aspect/` | 文件夹 | AOP 切面逻辑(如日志、鉴权) |
|
||||
@ -132,7 +132,7 @@
|
||||
| `app/Repository/` | 文件夹 | Repository 或 DAO 层,封装 Model 调用 |
|
||||
| `app/Request/` | 文件夹 | 接口参数验证对象 |
|
||||
| `app/Scope/` | 文件夹 | Eloquent 范畴定义(global/local) |
|
||||
| `app/Service/` | 文件夹 | 业务逻辑层,处理 Controller 请求 |
|
||||
| `app/Service/` | 文件夹 | 业务逻辑层 |
|
||||
| `app/Task/` | 文件夹 | 异步任务,配合 Scheduler 使用 |
|
||||
| `app/Utils/` | 文件夹 | 独立于业务的工具逻辑封装 |
|
||||
|
||||
|
Reference in New Issue
Block a user