diff --git a/.claude/settings.json b/.claude/settings.json index 765e7f4..cc6b784 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,8 +1,8 @@ { "permissions": { "allow": [ - "Bash(ls:*)", - "Bash(git:*)" + "Bash(ls *)", + "Bash(git *)" ] } } \ No newline at end of file diff --git a/docs/AML/README.md b/docs/AML/README.md index db585d9..ccaef9b 100644 --- a/docs/AML/README.md +++ b/docs/AML/README.md @@ -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/ diff --git a/docs/README.md b/docs/README.md index ee38859..06ee365 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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)