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 commandsmain
parent
60516b7cf1
commit
07ad350566
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(ls:*)",
|
"Bash(ls *)",
|
||||||
"Bash(git:*)"
|
"Bash(git *)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -21,11 +21,12 @@ modules/iCON.Abp.AML/
|
||||||
│ │ ├── DataCollect/ # 数据采集
|
│ │ ├── DataCollect/ # 数据采集
|
||||||
│ │ ├── Detection/ # 活动检测
|
│ │ ├── Detection/ # 活动检测
|
||||||
│ │ ├── Individual/ # 个人实体
|
│ │ ├── Individual/ # 个人实体
|
||||||
│ │ ├── Organization/ # 企业实体
|
│ │ ├── Org/ # 企业实体
|
||||||
│ │ ├── Overview/ # 概览统计
|
│ │ ├── Overview/ # 概览统计
|
||||||
│ │ ├── Report/ # 报告生成
|
│ │ ├── Report/ # 报告生成
|
||||||
│ │ ├── STR/ # 可疑交易报告
|
│ │ ├── STR/ # 可疑交易报告
|
||||||
│ │ └── Survey/ # 调查问卷
|
│ │ ├── Jobs/ # 后台作业
|
||||||
|
│ │ └── SurveyService.cs # 调查服务
|
||||||
│ ├── iCON.Abp.AML.Application.Contracts/ # 应用层接口
|
│ ├── iCON.Abp.AML.Application.Contracts/ # 应用层接口
|
||||||
│ ├── iCON.Abp.AML.Domain/ # 领域层
|
│ ├── iCON.Abp.AML.Domain/ # 领域层
|
||||||
│ │ ├── KYC/
|
│ │ ├── KYC/
|
||||||
|
|
|
||||||
|
|
@ -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)
|
**详细文档**: [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)
|
**详细文档**: [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)
|
**详细文档**: [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)
|
**详细文档**: [MediaStore 模块](./MediaStore/README.md)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue