feat: 初始化 BuildingBlocks 仓库

This commit is contained in:
2026-01-29 01:57:39 +00:00
commit 4cf39b4d42
44 changed files with 1799 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# TakeoutSaaS.BuildingBlocks
该仓库用于承载 TakeoutSaaS 的可复用基础组件Building Blocks
## 约定
- 该仓库通常以 git submodule 的形式被 `TakeoutSaaS.AdminApi` / `TakeoutSaaS.TenantApi` 引用。
- 共享代码不应包含租户过滤等“租户侧专属”能力。