This commit is contained in:
2024-08-22 15:37:56 +08:00
commit 487f201631
55 changed files with 549 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
> 本模块存放公共组件
``` \-- *.utils(工具类; package)
\-- *.enums(公共枚举; package)
\-- *.constants(公共常量; package)
```