docs(AML): update module structure and correct module path descriptions

- Rename Organization folder to Org in AML module structure
- Add Jobs folder and SurveyService.cs under AML module
- Fix formatting of module path descriptions in main docs README
- Adjust permission allow patterns in .claude settings.json for Bash commands
main
fengruixiang 2026-04-30 14:18:05 +08:00
parent 60516b7cf1
commit 07ad350566
3 changed files with 9 additions and 8 deletions

View File

@ -1,8 +1,8 @@
{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(git:*)"
"Bash(ls *)",
"Bash(git *)"
]
}
}

View File

@ -21,11 +21,12 @@ modules/iCON.Abp.AML/
│ │ ├── DataCollect/ # 数据采集
│ │ ├── Detection/ # 活动检测
│ │ ├── Individual/ # 个人实体
│ │ ├── Organization/ # 企业实体
│ │ ├── Org/ # 企业实体
│ │ ├── Overview/ # 概览统计
│ │ ├── Report/ # 报告生成
│ │ ├── STR/ # 可疑交易报告
│ │ └── Survey/ # 调查问卷
│ │ ├── Jobs/ # 后台作业
│ │ └── SurveyService.cs # 调查服务
│ ├── iCON.Abp.AML.Application.Contracts/ # 应用层接口
│ ├── iCON.Abp.AML.Domain/ # 领域层
│ │ ├── KYC/

View File

@ -50,7 +50,7 @@ docs/
- 实时筛查
- 实体管理 (个人/企业)
**模块路径**: `AML_Backend/modules/iCON.Abp.AML/`
**模块路径**: `AML_Backend/modules/iCON.Abp.AML/`
**详细文档**: [AML 模块](./AML/README.md) | [KYC 模块](./KYC/README.md)
@ -66,7 +66,7 @@ docs/
- 消费者门户
- 企业信息管理
**模块路径**: `AML_Backend/modules/iCON.Abp.AMLPortal/`
**模块路径**: `AML_Backend/modules/iCON.Abp.AMLPortal/`
**详细文档**: [AMLPortal 模块](./AMLPortal/README.md)
@ -83,7 +83,7 @@ docs/
- 通知服务
- 文件存储接口
**模块路径**: `AML_Backend/modules/iCON.Abp.Basic/`
**模块路径**: `AML_Backend/modules/iCON.Abp.Basic/`
**详细文档**: [BASIC 模块](./BASIC/README.md)
@ -98,7 +98,7 @@ docs/
- 媒体资源管理
- 附件处理
**模块路径**: `AML_Backend/modules/iCON.Abp.MediaStore/`
**模块路径**: `AML_Backend/modules/iCON.Abp.MediaStore/`
**详细文档**: [MediaStore 模块](./MediaStore/README.md)