Files
Neo-ZQYY/packages/README.md

16 lines
536 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# packages/
## 作用说明
跨项目共享包目录。存放可被多个应用ETL、后端、GUI复用的通用工具代码通过 uv workspace 路径依赖引用。
## 内部结构
- `shared/` — 当前唯一共享包(字段枚举、金额精度工具、时间处理工具)
## Roadmap
- `etl_sdk` — 通用 ETL 抽取/加载框架,从 ETL 管线中抽离
- `authz` — 统一鉴权/权限工具包,供后端和管理后台复用
- `data_contracts` — 数据契约定义与校验,保障跨层数据一致性