新增mms接卸

This commit is contained in:
2026-04-17 16:31:38 +08:00
parent dfbd552218
commit c9461f8b8a
278 changed files with 35097 additions and 271 deletions

View File

@@ -21,6 +21,7 @@ CN_Tool 是一个基于 Spring Boot 的多模块后端聚合工程,当前仓
其中 `tools` 当前包含:
- `activate-tool`
- `mms-mapping`
- `wave-tool`
## 启动入口
@@ -29,7 +30,7 @@ CN_Tool 是一个基于 Spring Boot 的多模块后端聚合工程,当前仓
- `entrance/src/main/java/com/njcn/gather/EntranceApplication.java`
`entrance` 模块聚合了 `system``user``detection``activate-tool``wave-tool`,是当前运行时主入口。
`entrance` 模块聚合了 `system``user``detection``activate-tool``wave-tool``mms-mapping`,是当前运行时主入口。
## 技术基线
@@ -74,6 +75,8 @@ P0 已补齐基线文档,建议按以下顺序阅读:
- 当前以通信基础设施为主,包含 WebSocket / Netty 相关组件
- `tools/activate-tool`
- 负责激活码生成、激活码验证、许可证读取等能力
- `tools/mms-mapping`
- 负责 ICD 文件解析与 MMS 映射数据生成能力
- `tools/wave-tool`
- 负责波形文本解析与查看数据组装能力