first commit

This commit is contained in:
Yangtao
2025-11-18 17:48:20 +08:00
commit 6e56cab848
196 changed files with 65809 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
## 代码说明
### 目录说明
- pkg通用模块
- errors错误定义
- client三方api客户端封装
- lock内存中的单体服务全局锁
- constant常量定义
- datasource数据库连接其中的fields可以用户res结构体的scan映射
- log日志
- model模型实体定义自动生成
- repo数据库访问方法定义自动生成
- req请求体定义前缀为模块名
- res响应体定义前缀为模块名
- tools通用工具封装