Compare commits

105 Commits

Author SHA1 Message Date
孟帅
5efae235e4 Merge pull request #184 from zhangshican/v2.0
修复权限分配任无权限操作bug
2025-07-13 00:04:43 +08:00
ss
ef05cc946f Merge branch 'v2.0' of https://github.com/zhangshican/hotgo into v2.0
* 'v2.0' of https://github.com/zhangshican/hotgo:
  修复 goframe 配置读写分离后,获取不到数据库链接
  修复 多处基础错误 现在可以直接使用gf run .\main.go 运行程序
  恢复配置文件api  接口地址
  后台界面
  后台菜单搜索功能

# Conflicts:
#	server/internal/controller/admin/common/ems.go
#	server/internal/controller/admin/common/sms.go
2025-07-13 00:00:52 +08:00
孟帅
1017a92c29 Merge pull request #182 from 0x76long/2.0-bugfix
修复 goframe 配置读写分离后,获取不到数据库链接
2025-07-12 14:29:12 +08:00
孟帅
1a5f77ffb4 Merge pull request #181 from user1121114685/v2.0
修复 多处基础错误 现在可以直接使用gf run .\main.go 运行程序
2025-07-12 14:28:43 +08:00
孟帅
9f2038cc4b Merge pull request #180 from aklivecai/v2.0
vue后台更新
2025-07-12 14:27:36 +08:00
ss
be6c13e781 修复拉取新项目报错bug
修复权限分配任无权限操作bug
2025-07-12 13:52:15 +08:00
vlong
6da8cafb6f 修复 goframe 配置读写分离后,获取不到数据库链接 2025-07-10 18:18:10 +08:00
联盟少侠
d79138d278 修复 多处基础错误 现在可以直接使用gf run .\main.go 运行程序 2025-07-09 13:16:46 +08:00
tak
3146dc13ed 恢复配置文件api 接口地址 2025-07-04 14:30:01 +08:00
tak
6f8761756a 后台界面
1. 演示帐号动态配置
2. vite 动态加载异常问题修复
2025-07-04 14:17:03 +08:00
tak
c9af5ae093 后台菜单搜索功能 2025-07-04 14:15:45 +08:00
孟帅
6fcfa61dff Merge pull request #177 from tomtomtomtony/feat-supportpg-tom-20250626
提供支持pg的sql
2025-07-01 00:08:26 +08:00
孟帅
1564e8605d Merge pull request #176 from Yazzyk/v2.0
处理了 2 个漏洞,并增加验证码方式选择
2025-07-01 00:07:53 +08:00
孟帅
cce0476bb9 Merge pull request #170 from zhangshican/v2.0
优化代码风格
2025-07-01 00:05:57 +08:00
tom
4d5ae6907a 提供支持pg的sql 2025-06-26 19:28:54 +08:00
yazzyk
ae3ad53806 修复高危漏洞:token抓包暴露 2025-06-25 18:03:43 +08:00
yazzyk
d807084d55 数据库添加验证码方式 2025-06-25 17:50:48 +08:00
yazzyk
99967d35e5 处理低危漏洞:用户枚举 2025-06-25 17:43:38 +08:00
yazzyk
6cb0fcfd93 添加验证码选择,可自由选择字符或计算 2025-06-25 17:33:28 +08:00
yazzyk
c377b6b92d 添加验证码选择,可以自己选择使用算数或字符串 2025-06-25 17:31:43 +08:00
孟帅
56efd5d206 Merge pull request #172 from rnicrosoft-studio/v2.0
Add github pages for docs
2025-05-24 12:13:01 +08:00
wohenbushuang
9da8eb264d fix(docs): sidebar 2025-05-10 05:55:59 +00:00
wohenbushuang
416ae4c27f feat(docs): add github pages using docsify 2025-05-09 22:02:36 +00:00
ss
19c0c0c1bc 系统大量出现where("id",xx) fields("user_id") 固定字符串,修改按照统一规范使用dao.xxx.Columns().xxx 2025-04-21 17:46:06 +08:00
孟帅
0c5b27d864 fix: 修复GetComplexMemberIds组件查询外的WhereIn字段错误问题 2025-03-23 17:04:43 +08:00
孟帅
62af998991 发布v2.16.10版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md 2025-03-22 20:23:27 +08:00
孟帅
5301bedff2 Merge pull request #160 from hailaz/v2.0
fix: 修复日志记录时明文显示密码的问题
2025-01-09 18:38:07 +08:00
hailaz
b48079bbdc fix: 修复日志记录时明文显示密码的问题 2025-01-08 21:25:31 +08:00
孟帅
2fd3854aeb 发布v2.15.11版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md 2024-11-27 18:44:19 +08:00
孟帅
6254505a7d Merge pull request #153 from aklivecai/v2.0
bug修复,curd唯一校验
2024-11-25 23:01:07 +08:00
tak
07df5a20e1 Merge branch 'v2.0' of github.com:aklivecai/hotgo into v2.0 2024-10-19 12:17:41 +08:00
tak
8e7992d7f4 bug修复,curd唯一校验
新增编辑, 字段`唯一`校验勾选后, 查询条件默认id,模型可能主键不是id
2024-10-19 12:17:25 +08:00
孟帅
86805ba047 Merge pull request #146 from LUDA0831/dev
fix: 修复lodash-es类型错误
2024-10-01 10:51:59 +08:00
SpiderMan
abfd6a056f feat: 修复lodash-es类型错误
项目里使用的是lodash-es,开发类型安装的为@types/lodash
2024-09-28 17:38:46 +08:00
孟帅
e364aa4a4f Merge pull request #145 from LUDA0831/dev
fix: 修复eslint报错
2024-09-28 10:12:43 +08:00
SpiderMan
52c2538a66 fix: 修复eslint报错 2024-09-28 09:55:01 +08:00
孟帅
f010ef07ac Merge pull request #144 from LUDA0831/v2.0
fix: 修复使用pnpm build打包报错
2024-09-27 19:41:56 +08:00
SpiderMan
dbdfdaae93 fix: 修复使用pnpm build打包报错 2024-09-26 17:28:56 +08:00
孟帅
a2c6a8ac16 fix 修复树表生成选项 2024-09-16 19:45:19 +08:00
孟帅
1055e44b2b Merge pull request #138 from aklivecai/v2.0
CURD 优化
2024-09-16 12:15:32 +08:00
tak
01f194d7ef CURD 优化
1. `Delete`删除方法, 新增: `Unscoped()`, 已经有删除时间了, 不需要更新编辑时间, 新建时间,编辑时间, 删除时间独立
2. `List`列表方法, JOSN 字段搜索问题处理
3. 模版新增 `in.In` 参数, 在模版中使用`in`参数,如: 插件目录名称
2024-09-16 12:05:22 +08:00
孟帅
52263c608f Merge pull request #137 from apefuu/v2.0
Upgrade web Toolchain and update web docs
2024-09-16 11:29:27 +08:00
Lingjie Fu
ffce905371 Merge pull request #1
v2.0-refactoring
2024-09-06 14:41:14 +08:00
Lingjie Fu
ef8d0bde5b Merge branch 'bufanyun:v2.0' into v2.0-refactoring 2024-09-06 12:02:22 +08:00
apefuu
98233d7deb Upgrade Docs 2024-09-06 12:01:30 +08:00
apefuu
1c8dd5e6d2 Merge branch 'v2.0' into v2.0-refactoring 2024-09-03 21:06:10 +08:00
apefuu
0cba31c885 Upgrade all web dependencies and use pnpm instead of yarn 2024-09-03 21:05:17 +08:00
孟帅
f497fb7a1a fix 修复插件安装卸载时事务不生效问题 2024-09-03 17:55:26 +08:00
孟帅
f5e448a999 Merge pull request #135 from apefuu/v2.0-refactoring
Upgrade all libs and cleanup code
2024-09-03 17:44:07 +08:00
apefuu
a94c6745ea Upgrade all libs and cleanup code 2024-09-03 14:22:04 +08:00
孟帅
6caa644259 fix 修复潜在关键词查询sql注入漏洞 2024-09-02 14:03:50 +08:00
孟帅
37b2b82130 fix 优化deleted_by字段的crud生成功能
fix 优化数据`hotgo.sql`文件字段默认值和初始数据
fix 修复web端字典空数据可能引发的潜在问题
2024-08-27 19:24:28 +08:00
孟帅
33e5252516 up 更新web端依赖包版本,修复潜在错误 2024-08-27 17:37:23 +08:00
孟帅
6cf80ed0fe Merge pull request #131 from swift-fs/v2.0
refactor: 前台api/api目录按照gf gen ctrl规范编码,可以使用gf工具链快速生成控制器相关代码,也可手动编写
2024-08-27 10:17:46 +08:00
mh-swift
fa87584316 fix: 兼容hostname+host请求头 2024-08-23 12:23:06 +08:00
孟帅
194e86ea05 Merge pull request #133 from hailaz/v2.0
fix: 修复数据树为空时,无法显示的问题
2024-08-22 22:01:05 +08:00
hailaz
cc13a16e90 fix: 修复数据树为空时,无法显示的问题 2024-08-15 20:35:20 +08:00
mh-swift
d9b57e6c62 refactor(api/api):符合gf gen ctrl规范 2024-08-14 16:50:31 +08:00
mh-swift
09026a606b fix(controller/site): 获取配置接口在非浏览器环境中无法解析hostname问题修复 2024-07-30 18:36:11 +08:00
孟帅
950637a976 Merge pull request #127 from swift-fs/v2.0-fix
refactor: 代码优化相关
2024-07-30 10:16:20 +08:00
mh-swift
06fed9025f fix: 部门列表当前无分页,去除表格分页组件 2024-07-29 17:50:14 +08:00
mh-swift
7eb32efa92 refactor(admin): 去除硬编码,简化用户列表查询 2024-07-29 17:49:45 +08:00
mh-swift
2e322e2606 refactor(captcha): 优化验证代码 2024-07-29 13:56:35 +08:00
孟帅
804d5d5e59 perf 改进表格图片、文件展示组件使用方式,减少冗余
fix 修复生成树表时选项加载错误
chore 清理生成代码cli包中的测试文件
2024-07-25 16:47:59 +08:00
孟帅
a37d088360 发布v2.15.7版本,更新内容请查看:https://github.com/bufanyun/hotgo/tree/v2.0/docs/guide-zh-CN/addon-version-upgrade.md 2024-07-21 22:21:02 +08:00
孟帅
7d8330f72f Merge pull request #124 from dark-wind/patch-1
Update start-deploy.md
2024-07-19 19:54:53 +08:00
孟帅
b33591e8bd Merge pull request #122 from swift-fs/v2.0-fix
golangci/hotgo.sql fix
2024-07-19 18:37:05 +08:00
孟帅
71e2176a35 Merge pull request #117 from maxbad/v2.0
fix #100
2024-07-19 18:35:00 +08:00
shadow
733313d309 Update start-deploy.md
不切换回server目录下的话,gf命令不生效
2024-07-16 18:57:03 +08:00
mh-swift
9feb4c2022 perf: 数据库表名硬编码替换 2024-07-13 18:26:37 +08:00
mh-swift
f33e36803a fix(logic/sys): syncUpdate方法内短变量声明导致外部err被屏蔽 2024-07-11 18:50:45 +08:00
mh-swift
e914f1db33 perf: 避免连点enter登录导致异常登录日志触发 2024-07-11 17:10:38 +08:00
mh-swift
1b563e0957 fix: 创建新的菜单目录报tree字段不能为空问题 2024-07-10 16:09:16 +08:00
mh-swift
9133afb864 perf: 根据golangci检测结果,优化部分代码 2024-07-09 17:32:52 +08:00
mh-swift
5c3bcaf6cc style: 格式整理 2024-07-09 17:21:32 +08:00
mh-swift
e501a33163 chore(golangci): govet配置错误修复 2024-07-09 17:09:14 +08:00
mh-swift
491e6cef09 chore(golangci-lint): lint配置兼容性修复 2024-07-09 17:07:05 +08:00
maxbad
b005c80ba6 fix #100 2024-06-21 14:34:52 +08:00
maxbad
7bf0efe667 Merge pull request #63 from bufanyun/v2.0
up
2024-06-21 14:29:54 +08:00
孟帅
f78f44e00f Merge pull request #115 from qiuyier/bugfix/issue-109
fix(src/api/base/index.ts): 富文本无法上传图片
2024-06-20 18:00:55 +08:00
邱一二
93395df7fa fix(src/api/base/index.ts): 富文本无法上传图片
富文本调用上传接口时,content-type 为 application/json导致无法上传图片,修改上传接口,指定 content-type 为 multipart/form-data解决问题

Closes #109
2024-06-19 00:25:15 +08:00
孟帅
ea7cc97ed4 Merge pull request #113 from hailaz/v2.0
fix: #107
2024-06-14 19:01:57 +08:00
海亮
1292a15385 fix: #107 2024-06-04 11:08:05 +08:00
孟帅
bbca0e8db8 Merge pull request #105 from GreatSir/v2.0
fix multipart upload merge file
2024-05-16 13:37:08 +08:00
xlc
9ff6e2d690 fix multipart upload merge file 2024-05-16 13:33:53 +08:00
孟帅
69b8f42092 Merge pull request #103 from aklivecai/2024
角色权限-数据权限-数据范围-自定义部门选择 无法显示名称bug修复
2024-05-15 12:06:01 +08:00
孟帅
e672f54fbb Merge pull request #102 from zhangshican/v2.0
修复添加菜单填写了重定向,然后菜单类型为“菜单” 会执行重定向
2024-05-15 12:05:41 +08:00
tak
67520c9e38 角色权限-数据权限-数据范围-自定义部门选择 2024-05-15 10:14:30 +08:00
ss
a642c322e3 修复添加菜单填写了重定向,然后菜单类型为“菜单” 会执行重定向 2024-05-14 23:14:38 +08:00
孟帅
b2440e8ddc Merge pull request #101 from clh021/v2.0
Add and Sync sqlite sql file.
2024-05-14 19:01:27 +08:00
chenlianghong
59beb07e98 feat: upgrade sqlite sql sync offical hotgo.sql 2024-05-13 10:02:59 +08:00
chenlianghong
7180157259 feat: add sqlite sql 2024-05-13 09:14:38 +08:00
孟帅
b97410738e Merge pull request #99 from clh021/v2.0
feat: support sqlite_fields_comment
2024-05-11 17:37:12 +08:00
chenlianghong
ba2fa86767 feat: support sqlite_fields_comment 2024-05-10 09:35:08 +08:00
maxbad
406e3ef168 Merge pull request #62 from bufanyun/v2.0
up
2024-05-09 19:57:33 +08:00
孟帅
817482bedb fix 修复潜在索引越限问题 2024-05-09 11:25:05 +08:00
孟帅
dc20a86b33 fix 修复websocket在某些情况下不重连问题
fix 修复登录日志查看权限
feat 访问日志增加接口信息显示
perf 为所有orm的Insert操作增加OmitEmptyData选项
2024-04-24 23:29:50 +08:00
孟帅
269b2f9e43 fix 组件开启缓存后偶尔白屏问题 2024-04-24 11:56:14 +08:00
孟帅
211d3872e4 fix 清理打包资源 2024-04-23 12:19:21 +08:00
孟帅
6d0c22f98c fix 请求日志空指针问题 2024-04-23 12:17:56 +08:00
maxbad
90ea29051f Merge pull request #61 from bufanyun/v2.0
发布v2.15.1版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/…
2024-04-23 10:28:55 +08:00
maxbad
50a32db1d9 fix:表单添加后,loading隐藏 2024-04-10 14:07:20 +08:00
maxbad
0dddbcd50c Merge pull request #60 from bufanyun/v2.0
up
2024-04-10 14:04:40 +08:00
maxbad
ac46200a23 Merge pull request #59 from bufanyun/v2.0
v2.13.1
2024-03-11 10:57:15 +08:00
maxbad
ce4629e082 Merge pull request #58 from bufanyun/v2.0
up
2024-01-30 09:46:41 +08:00
550 changed files with 31794 additions and 8282 deletions

View File

@@ -6,19 +6,19 @@
</p> </p>
<p align="center"> <p align="center">
<a href="https://goframe.org/pages/viewpage.action?pageId=1114119" target="_blank"> <a href="https://goframe.org/pages/viewpage.action?pageId=1114119" target="_blank">
<img src="https://img.shields.io/badge/goframe-2.7-green" alt="goframe"> <img src="https://img.shields.io/badge/goframe-2.9.0-green" alt="goframe">
</a> </a>
<a href="https://v3.vuejs.org/" target="_blank"> <a href="https://v3.vuejs.org/" target="_blank">
<img src="https://img.shields.io/badge/vue.js-vue3.4-green" alt="vue"> <img src="https://img.shields.io/badge/vue.js-vue3.4-green" alt="vue">
</a> </a>
<a href="https://www.naiveui.com" target="_blank"> <a href="https://www.naiveui.com" target="_blank">
<img src="https://img.shields.io/badge/naiveui-%3E2.38.0-blue" alt="naiveui"> <img src="https://img.shields.io/badge/naiveui-%3E2.41.0-blue" alt="naiveui">
</a> </a>
<a href="https://www.tslang.cn/" target="_blank"> <a href="https://www.tslang.cn/" target="_blank">
<img src="https://img.shields.io/badge/typescript-%3E4.0.0-blue" alt="typescript"> <img src="https://img.shields.io/badge/typescript-%3E4.0.0-blue" alt="typescript">
</a> </a>
<a href="https://vitejs.dev/" target="_blank"> <a href="https://vitejs.dev/" target="_blank">
<img src="https://img.shields.io/badge/vite-%3E4.0.0-yellow" alt="vite"> <img src="https://img.shields.io/badge/vite-%3E5.4.2-yellow" alt="vite">
</a> </a>
<a href="https://github.com/bufanyun/hotgo/blob/v2.0/LICENSE" target="_blank"> <a href="https://github.com/bufanyun/hotgo/blob/v2.0/LICENSE" target="_blank">
<img src="https://img.shields.io/badge/license-MIT-success" alt="license"> <img src="https://img.shields.io/badge/license-MIT-success" alt="license">
@@ -136,7 +136,7 @@
* 本项目包含的第三方源码和二进制文件之版权信息另行标注。 * 本项目包含的第三方源码和二进制文件之版权信息另行标注。
* 版权所有Copyright © 2020-2024 by Ms (https://github.com/bufanyun/hotgo) * 版权所有Copyright © 2020-2025 by Ms (https://github.com/bufanyun/hotgo)
* All rights reserved。 * All rights reserved。
@@ -154,11 +154,11 @@
## [感谢JetBrains提供的免费GoLand](https://jb.gg/OpenSource) ## [感谢JetBrains提供的免费GoLand](https://jb.gg/OpenSource)
[![avatar](https://camo.githubusercontent.com/323657c6e81419b8e151e9da4c71f409e3fcc65d630535170c59fe4807dbc905/68747470733a2f2f676f6672616d652e6f72672f646f776e6c6f61642f7468756d626e61696c732f313131343131392f6a6574627261696e732e706e67)](https://jb.gg/OpenSource) [![avatar](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)](https://jb.gg/OpenSource)
## License ## License
[MIT © HotGo-2024](./LICENSE) [MIT © HotGo-2025](./LICENSE)

View File

@@ -10,7 +10,7 @@ gf run main.go
# web端 # web端
cd web cd web
yarn dev pnpm run dev 或 npm run dev
``` ```
以下是一个关联表的CURD生成流程 以下是一个关联表的CURD生成流程

View File

@@ -10,7 +10,7 @@ gf run main.go
# web端 # web端
cd web cd web
yarn dev pnpm run dev 或 npm run dev
``` ```
以下是一个基本的CURD生成流程 以下是一个基本的CURD生成流程

View File

@@ -10,7 +10,7 @@ gf run main.go
# web端 # web端
cd web cd web
yarn dev pnpm run dev 或 npm run dev
``` ```
以下是一个基本的树形CURD生成流程 以下是一个基本的树形CURD生成流程

View File

@@ -41,8 +41,9 @@ cd server && make build
cd server # 切换到服务端目录下 cd server # 切换到服务端目录下
rm -rf ./resource/public/admin/ # 删除之前的web资源 rm -rf ./resource/public/admin/ # 删除之前的web资源
mkdir ./resource/public/admin/ # 重新创建web资源存放目录除首次编译后续可以跳过执行此步骤 mkdir ./resource/public/admin/ # 重新创建web资源存放目录除首次编译后续可以跳过执行此步骤
cd ../web && yarn build # 切换到web项目下编译web项目 cd ../web && pnpm run build # 切换到web项目下编译web项目
\cp -rf ./dist/* ../server/resource/public/admin/ # 将编译好的web资源复制到server对应的资源存放路径下 \cp -rf ./dist/* ../server/resource/public/admin/ # 将编译好的web资源复制到server对应的资源存放路径下
cd ../server # 切换回服务端目录下
echo "y" | gf build # 编译hotgo服务端 echo "y" | gf build # 编译hotgo服务端
# 不出意外你已经编译好了hotgo可执行文件 # 不出意外你已经编译好了hotgo可执行文件
@@ -57,7 +58,7 @@ echo "y" | gf build # 编译hotgo服务端
# 编译web端 # 编译web端
cd web cd web
yarn build pnpm run build 或 npm run build
# web端编译完成后将web/dist/*中的文件上传到`server`端线上运行目录:/resource/public/admin即可 # web端编译完成后将web/dist/*中的文件上传到`server`端线上运行目录:/resource/public/admin即可
# 至此web端和server端都可以独立覆盖更新 # 至此web端和server端都可以独立覆盖更新
@@ -102,4 +103,4 @@ yarn build
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade; proxy_set_header Connection upgrade;
} }
``` ```

View File

@@ -11,21 +11,21 @@
1. 前往https://nodejs.org/zh-cn/下载当前版本node 1. 前往https://nodejs.org/zh-cn/下载当前版本node
2. 命令行运行 `node -v` 若控制台输出版本号则node安装成功 2. 命令行运行 `node -v` 若控制台输出版本号则node安装成功
3. node 版本需大于等于 `16.0` 3. node 版本需大于等于 `16.0`
4. 安装yarn`npm install -g yarn` 4. 安装pnpm`npm install -g pnpm`
5. 命令行运行 `yarn -v` 若控制台输出版本号则前端环境搭建成功 5. 命令行运行 `pnpm -v` 若控制台输出版本号则前端环境搭建成功
### 后端环境 ### 后端环境
1. 下载golang安装 版本号需>=1.21 1. 下载golang安装 版本号需>=1.23
2. 国际: https://golang.org/dl/ 2. 国际: https://golang.org/dl/
3. 国内: https://golang.google.cn/dl/ 3. 国内: https://golang.google.cn/dl/
4. 命令行运行 go 若控制台输出各类提示命令 则安装成功 输入 `go version` 确认版本大于1.19 4. 命令行运行 go 若控制台输出各类提示命令 则安装成功 输入 `go version` 确认版本大于1.23
5. 开发工具推荐 [Goland](https://www.jetbrains.com/go/) 5. 开发工具推荐 [Goland](https://www.jetbrains.com/go/)
### 使用说明 ### 使用说明
> 需要本地具有 git node golang 环境 > 需要本地具有 git node golang 环境
- node版本 >= 16.0.0 - node版本 >= 20.0.0
- golang版本 >= 1.21 - golang版本 >= 1.23
- mysql版本 >= 5.7,引擎需要是 innoDB - mysql版本 >= 5.7,引擎需要是 innoDB
- IDE推荐Goland - IDE推荐Goland

View File

@@ -7,8 +7,8 @@
### 环境要求 ### 环境要求
- node版本 >= v16.0.0 - node版本 >= v20.0.0
- golang版本 >= v1.21 - golang版本 >= v1.23
- goframe版本 >=v2.7.0 - goframe版本 >=v2.7.0
- mysql版本 >=5.7 - mysql版本 >=5.7
@@ -88,13 +88,13 @@ gfcli:
2、web前端 2、web前端
```shell script ```shell script
cd web cd web
# 首先确定你以安装node16.0以上版本并安装了包[npm、yarn],否则可能会出现一些未知报错 # 首先确定你以安装node16.0以上版本并安装了包[npm、pnpm],否则可能会出现一些未知报错
# 安装依赖 # 安装依赖
yarn install pnpm install
# 启动web项目 # 启动web项目
yarn dev pnpm run dev
# 如果顺利至此到浏览器打开http://你的IP:8001/admin # 如果顺利至此到浏览器打开http://你的IP:8001/admin
# 登录账号admin, 密码123456 # 登录账号admin, 密码123456

View File

@@ -11,6 +11,40 @@
> 如果升级(覆盖)代码后打开会出现 sql 报错, 请检查更新的数据库格式或自行调整 > 如果升级(覆盖)代码后打开会出现 sql 报错, 请检查更新的数据库格式或自行调整
### v2.16.10
updated 2025.3.22
- 增加:增加组合下拉用户筛选组件
- 优化:文件上传类型限制改为统一由后台配置控制
- 优化websocket重连时间调整为10秒初始化数据库中的网站地址调整为`127.0.0.1`
- 优化:优化访问日志字段展示方式
- 优化:系统公告发送编辑模态框调整为抽屉
- 优化gf版本升级到v2.9.0
- 优化naive-ui版本升级到2.41.0
- 修复修复vue路由`Redirect`命名重复问题
- 修复:优化代码生成在插件中`使用生成字典选项`时model包名重复问题
### v2.15.11
updated 2024.11.27
- 增加:增加配置管理子页面选项参数记忆
- 修复:修复定时任务中日志配置的读取并发读问题
- 优化gf版本升级到v2.8.2
- 优化:优化数据卡片展示
### v2.15.7
updated 2024.7.21
- 增加:访问日志、服务日志增加关键词搜索
- 增加web端增加字典状态管理重构字典选项使用方式大幅减少冗余代码
- 修复修复生成代码选项式树表已知的一些小bug
- 优化gf版本升级到v2.7.2
- 优化naive-ui版本升级到2.39.0
- 优化:访问日志不再记录过大的请求头参数,减少日志大小
### v2.15.1 ### v2.15.1
updated 2024.4.22 updated 2024.4.22

View File

@@ -128,7 +128,7 @@ gfcli:
### 生成CRUD表格 ### 生成CRUD表格
- 推荐使用热编译方式启动HotGo这样生成完成页面自动刷新即可看到新生成内容无需手动重启 - 推荐使用热编译方式启动HotGo这样生成完成页面自动刷新即可看到新生成内容无需手动重启
- 服务端热编译启动:`gf run main.go`, web前端启动`yarn dev` - 服务端热编译启动:`gf run main.go`, web前端启动`pnpm run dev``npm run dev`
1、创建数据表 1、创建数据表

View File

@@ -15,7 +15,7 @@
项目开发完成之后,执行以下命令进行构建 项目开发完成之后,执行以下命令进行构建
```shell ```shell
yarn build pnpm run build 或 npm run build
``` ```
构建打包成功之后,会在根目录生成 dist 文件夹,里面就是构建打包好的文件 构建打包成功之后,会在根目录生成 dist 文件夹,里面就是构建打包好的文件
@@ -40,15 +40,15 @@ VITE_LEGACY = true
使用项目自定的命令进行预览(推荐) 使用项目自定的命令进行预览(推荐)
```shell ```shell
# 先打包在进行预览 # 先打包在进行预览
yarn preview pnpm run preview 或 npm run preview
# 直接预览本地 dist 文件目录 # 直接预览本地 dist 文件目录
yarn preview:dist pnpm run preview:dist 或 npm run preview:dist
``` ```
- 本地服务器预览(通过 live-server) - 本地服务器预览(通过 live-server)
```shell ```shell
# 1.全局安装live-server # 1.全局安装live-server
yarn global add live-server npm -g install live-server
# 2. 进入打包的后目录 # 2. 进入打包的后目录
cd ./dist cd ./dist
# 本地预览默认端口8080 # 本地预览默认端口8080
@@ -60,7 +60,7 @@ live-server --port 9000
### 分析构建文件体积 ### 分析构建文件体积
如果你的构建文件很大,可以通过项目内置 [rollup-plugin-analyzer](https://github.com/doesdev/rollup-plugin-analyzer) 插件进行代码体积分析,从而优化你的代码。 如果你的构建文件很大,可以通过项目内置 [rollup-plugin-analyzer](https://github.com/doesdev/rollup-plugin-analyzer) 插件进行代码体积分析,从而优化你的代码。
```shell ```shell
yarn report pnpm run report 或 npm run report
``` ```
运行之后,在自动打开的页面可以看到具体的体积分布,以分析哪些依赖有问题。 运行之后,在自动打开的页面可以看到具体的体积分布,以分析哪些依赖有问题。

172
index.html Normal file
View File

@@ -0,0 +1,172 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<!-- Replace with your own title and description. -->
<title>HotGo-V2</title>
<meta name="description" content="基于全新GoFrame2+Vue3+NaiveUI+uniapp开发的全栖框架为二次开发而生适合中小型完整应用开发。">
<!-- Default Theme (see https://docsify.js.org/#/themes) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
// Docsify Configuration (see https://docsify.js.org/#/configuration)
window.$docsify = {
name: "HotGo-V2",
nameLink: {
'/': '/hotgo/',
},
relativePath: true,
// alias: {
// "/.*/_navbar.md": "/_navbar.md",
// },
// themeColor: "#42b983",
// logo: "https://bufanyun.cn-bj.ufileos.com/hotgo/logo.sig.png",
// coverpage: true,
// homepage: "README.md",
// Sidebar Configuration
auto2top: true,
loadSidebar: "sidebar.md",
// maxLevel: 2,
// Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar
// subMaxLevel: 3,
// Navbar Configuration
// loadNavbar: true,
// Search Plugin Configuration
search: {
placeholder: {
"/": "搜索",
// "/": "Type to search"
},
noData: {
"/": "找不到结果",
// "/": "No Results"
},
// Headline depth, 1 - 6
// depth: 2,
},
// Flexible-alerts Plugin Configuration
"flexible-alerts": {
important: {
label: "Important",
// localization
label: {
// "/zh-cn": "重要",
"/": "Important"
},
// Assuming that we use Font Awesome
icon: "far fa-message",
className: "important"
},
warning: {
label: "Warning",
// localization
label: {
// "/zh-cn": "警告",
"/": "Warning"
},
// Assuming that we use Font Awesome
icon: "fas fa-triangle-exclamation",
className: "warning"
},
caution: {
label: "Caution",
// localization
label: {
// "/zh-cn": "注意",
"/": "Caution"
},
// Assuming that we use Font Awesome
icon: "fas fa-circle-exclamation",
className: "attention"
},
},
// Hide-code Plugin Configuration
hideCode: {
// scroll: false, // Enable scrolling
height: 300 // Max height
},
// Versioned Plugin Configuration
// versions: [
// { folder: "/", label: "v2", default: true },
// ],
// versionSelectorLabel: "Version",
// Progress Plugin Configuration
progress: {
position: "top",
// color: "var(--theme-color,#42b983)",
height: "3px",
},
};
</script>
<!-- Required -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
<!-- Recommended -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-hide-code/dist/docsify-hide-code.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-progress@latest/dist/progress.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-example-panels"></script>
<!-- Prism code highlight -->
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-matlab.min.js"></script>
<!-- docsify-dark-switcher -->
<script src="https://cdn.jsdelivr.net/gh/LIGMATV/docsify-dark-switcher@latest/docsify-dark-switcher.js"></script>
<style>
:root {
--dark-base-background: #222;
--dark-base-color: #bbc0c4;
--dark-theme-color: var(--theme-color, #42b983);
--dark-code-color: var(--dark-color);
--dark-heading-color: var(--dark-theme-color);
--dark-cover-background: #000000a8;
--dark-code-background: #303030;
--dark-tip-background: #2c0000;
--dark-warn-background: #005842;
--dark-icon-size: 25px;
--dark-icon-transition: .1s ease-in-out .1s;
--dark-moon-color: #000000;
--dark-sun-color: #ffffff;
}
</style>
<!-- docsify-plugin-flexible-alerts -->
<script src="https://cdn.jsdelivr.net/npm/docsify-plugin-flexible-alerts/dist/docsify-plugin-flexible-alerts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/js/all.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/fontawesome.min.css">
<!-- docsify-versioned-plugin -->
<!-- <script src="https://cdn.jsdelivr.net/npm/docsify-versioned-plugin@0.0.1/index.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-versioned-plugin@0.0.1/styles.css"> -->
</body>
</html>

View File

@@ -13,14 +13,15 @@ run:
# Include test files or not. # Include test files or not.
# Default: true # Default: true
tests: false tests: false
go: "1.20"
# Which dirs to skip: issues from them won't be reported. # Which dirs to skip: issues from them won't be reported.
# Can use regexp here: `generated.*`, regexp is applied on full path. # Can use regexp here: `generated.*`, regexp is applied on full path.
# Default value is empty list, # Default value is empty list,
# but default dirs are skipped independently of this option's value (see skip-dirs-use-default). # but default dirs are skipped independently of this option's value (see skip-dirs-use-default).
# "/" will be replaced by current OS file path separator to properly work on Windows. # "/" will be replaced by current OS file path separator to properly work on Windows.
skip-dirs: # skip-dirs:
- internal/library/hggen/internal # - internal/library/hggen/internal
# Which files to skip: they will be analyzed, but issues from them won't be reported. # Which files to skip: they will be analyzed, but issues from them won't be reported.
# Default value is empty list, # Default value is empty list,
@@ -28,7 +29,7 @@ run:
# we confidently recognize autogenerated files. # we confidently recognize autogenerated files.
# If it's not please let us know. # If it's not please let us know.
# "/" will be replaced by current OS file path separator to properly work on Windows. # "/" will be replaced by current OS file path separator to properly work on Windows.
skip-files: [] # skip-files: []
# Main linters configurations. # Main linters configurations.
@@ -71,7 +72,10 @@ issues:
- linters: - linters:
- gocritic - gocritic
text: "unnecessaryDefer:" text: "unnecessaryDefer:"
exclude-dirs:
- internal/library/hggen/internal
exclude-files: []
# https://golangci-lint.run/usage/linters # https://golangci-lint.run/usage/linters
linters-settings: linters-settings:
@@ -176,7 +180,7 @@ linters-settings:
# Select the Go version to target. # Select the Go version to target.
# Default: 1.13 # Default: 1.13
# Deprecated: use the global `run.go` instead. # Deprecated: use the global `run.go` instead.
go: "1.15" # go: "1.15"
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks # Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"] # Default: ["*"]
checks: [ checks: [
@@ -187,7 +191,7 @@ linters-settings:
govet: govet:
# Report about shadowed variables. # Report about shadowed variables.
# Default: false # Default: false
check-shadowing: true # check-shadowing: true
# Settings per analyzer. # Settings per analyzer.
settings: settings:
# Analyzer name, run `go tool vet help` to see all analyzers. # Analyzer name, run `go tool vet help` to see all analyzers.
@@ -263,7 +267,7 @@ linters-settings:
# Select the Go version to target. # Select the Go version to target.
# Default: "1.13" # Default: "1.13"
# Deprecated: use the global `run.go` instead. # Deprecated: use the global `run.go` instead.
go: "1.15" # go: "1.15"
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks # SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"] # Default: ["*"]
checks: [ "all","-SA1019","-SA4015","-SA1029","-SA1016","-SA9003","-SA4006","-SA6003" ] checks: [ "all","-SA1019","-SA4015","-SA1029","-SA1016","-SA9003","-SA4006","-SA6003" ]

View File

@@ -9,7 +9,8 @@ ADMIN_RESOURCE_PATH = "/resource/public/admin/"
build: build:
@rm -rf ./$(ADMIN_RESOURCE_PATH) @rm -rf ./$(ADMIN_RESOURCE_PATH)
@mkdir ./$(ADMIN_RESOURCE_PATH) @mkdir ./$(ADMIN_RESOURCE_PATH)
@cd ../web && yarn build && \cp -rf ./dist/* ../server$(ADMIN_RESOURCE_PATH) @cd ../web && pnpm run build && \cp -rf ./dist/* ../server$(ADMIN_RESOURCE_PATH)
@cd ../server
@echo "y" | gf build @echo "y" | gf build
# 通过热编译启动所有服务 # 通过热编译启动所有服务
@@ -36,7 +37,7 @@ auth:
# 启动web服务 # 启动web服务
.PHONY: web .PHONY: web
web: web:
@cd ../web && yarn dev @cd ../web && pnpm run dev
# 刷新casbin权限 # 刷新casbin权限
.PHONY: refresh .PHONY: refresh

View File

@@ -153,7 +153,7 @@ func (s *sSysTable) Edit(ctx context.Context, in *sysin.TableEditInp) (err error
// 新增 // 新增
in.CreatedBy = contexts.GetUserId(ctx) in.CreatedBy = contexts.GetUserId(ctx)
if _, err = s.Model(ctx, &handler.Option{FilterAuth: false}).Data(in).Insert(); err != nil { if _, err = s.Model(ctx, &handler.Option{FilterAuth: false}).Data(in).OmitEmptyData().Insert(); err != nil {
err = gerror.Wrap(err, "新增表格失败,请稍后重试!") err = gerror.Wrap(err, "新增表格失败,请稍后重试!")
return return
} }

View File

@@ -133,7 +133,6 @@ func (s *sSysTenantOrder) Export(ctx context.Context, in *sysin.TenantOrderListI
// Edit 修改/新增多租户功能演示 // Edit 修改/新增多租户功能演示
func (s *sSysTenantOrder) Edit(ctx context.Context, in *sysin.TenantOrderEditInp) (err error) { func (s *sSysTenantOrder) Edit(ctx context.Context, in *sysin.TenantOrderEditInp) (err error) {
return g.DB().Transaction(ctx, func(ctx context.Context, tx gdb.TX) (err error) { return g.DB().Transaction(ctx, func(ctx context.Context, tx gdb.TX) (err error) {
// 修改 // 修改
if in.Id > 0 { if in.Id > 0 {
if _, err = s.Model(ctx). if _, err = s.Model(ctx).
@@ -158,7 +157,6 @@ func (s *sSysTenantOrder) Edit(ctx context.Context, in *sysin.TenantOrderEditInp
// Delete 删除多租户功能演示 // Delete 删除多租户功能演示
func (s *sSysTenantOrder) Delete(ctx context.Context, in *sysin.TenantOrderDeleteInp) (err error) { func (s *sSysTenantOrder) Delete(ctx context.Context, in *sysin.TenantOrderDeleteInp) (err error) {
if _, err = s.Model(ctx).WherePri(in.Id).Delete(); err != nil { if _, err = s.Model(ctx).WherePri(in.Id).Delete(); err != nil {
err = gerror.Wrap(err, "删除多租户功能演示失败,请稍后重试!") err = gerror.Wrap(err, "删除多租户功能演示失败,请稍后重试!")
return return

View File

@@ -125,7 +125,7 @@ func (s *sSysTreeTable) Edit(ctx context.Context, in *sysin.TableEditInp) (err e
} }
} else { } else {
in.CreatedBy = contexts.GetUserId(ctx) in.CreatedBy = contexts.GetUserId(ctx)
if _, err = s.Model(ctx, &handler.Option{FilterAuth: false}).Data(in).Insert(); err != nil { if _, err = s.Model(ctx, &handler.Option{FilterAuth: false}).Data(in).OmitEmptyData().Insert(); err != nil {
err = gerror.Wrap(err, "新增表格失败,请稍后重试!") err = gerror.Wrap(err, "新增表格失败,请稍后重试!")
return err return err
} }

View File

@@ -47,21 +47,3 @@ type ClearKindReq struct {
} }
type ClearKindRes struct{} type ClearKindRes struct{}
// ChooserOptionReq 获取选择器选项
type ChooserOptionReq struct {
g.Meta `path:"/attachment/chooserOption" method:"get" tags:"附件" summary:"获取选择器选项"`
}
type ChooserOptionRes struct {
Drive sysin.DataSelectModel `json:"drive" dc:"驱动"`
Kind []KindSelect `json:"kind" dc:"上传类型"`
}
type KindSelect struct {
Key string `json:"key"`
Value string `json:"value"`
Tag string `json:"listClass"`
Label string `json:"label"`
Icon string `json:"icon"`
}

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package curddemo package curddemo
import ( import (
@@ -68,6 +68,14 @@ type MaxSortRes struct {
*sysin.CurdDemoMaxSortModel *sysin.CurdDemoMaxSortModel
} }
// StatusReq 更新CURD列表状态
type StatusReq struct {
g.Meta `path:"/curdDemo/status" method:"post" tags:"CURD列表" summary:"更新CURD列表状态"`
sysin.CurdDemoStatusInp
}
type StatusRes struct{}
// SwitchReq 更新CURD列表开关状态 // SwitchReq 更新CURD列表开关状态
type SwitchReq struct { type SwitchReq struct {
g.Meta `path:"/curdDemo/switch" method:"post" tags:"CURD列表" summary:"更新CURD列表状态"` g.Meta `path:"/curdDemo/switch" method:"post" tags:"CURD列表" summary:"更新CURD列表状态"`

View File

@@ -30,16 +30,6 @@ type ExportReq struct {
type ExportRes struct{} type ExportRes struct{}
// ViewReq 获取登录日志指定信息
type ViewReq struct {
g.Meta `path:"/loginLog/view" method:"get" tags:"登录日志" summary:"获取登录日志指定信息"`
sysin.LoginLogViewInp
}
type ViewRes struct {
*sysin.LoginLogViewModel
}
// DeleteReq 删除登录日志 // DeleteReq 删除登录日志
type DeleteReq struct { type DeleteReq struct {
g.Meta `path:"/loginLog/delete" method:"post" tags:"登录日志" summary:"删除登录日志"` g.Meta `path:"/loginLog/delete" method:"post" tags:"登录日志" summary:"删除登录日志"`

View File

@@ -87,8 +87,7 @@ type NetOptionReq struct {
} }
type NetOptionRes struct { type NetOptionRes struct {
LicenseGroup form.Selects `json:"licenseGroup" dc:"授权分组"` Routes []*RouteSelect `json:"routes" dc:"路由选项"`
Routes []*RouteSelect `json:"routes" dc:"路由选项"`
} }
type RouteSelect struct { type RouteSelect struct {

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package normaltreedemo package normaltreedemo
import ( import (
@@ -66,4 +66,4 @@ type TreeOptionReq struct {
g.Meta `path:"/normalTreeDemo/treeOption" method:"get" tags:"普通树表" summary:"获取普通树表关系树选项"` g.Meta `path:"/normalTreeDemo/treeOption" method:"get" tags:"普通树表" summary:"获取普通树表关系树选项"`
} }
type TreeOptionRes []tree.Node type TreeOptionRes []tree.Node

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package optiontreedemo package optiontreedemo
import ( import (
@@ -66,4 +66,4 @@ type TreeOptionReq struct {
g.Meta `path:"/optionTreeDemo/treeOption" method:"get" tags:"选项树表" summary:"获取选项树表关系树选项"` g.Meta `path:"/optionTreeDemo/treeOption" method:"get" tags:"选项树表" summary:"获取选项树表关系树选项"`
} }
type TreeOptionRes []tree.Node type TreeOptionRes []tree.Node

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package testcategory package testcategory
import ( import (
@@ -66,4 +66,4 @@ type StatusReq struct {
sysin.TestCategoryStatusInp sysin.TestCategoryStatusInp
} }
type StatusRes struct{} type StatusRes struct{}

View File

@@ -1,16 +1,15 @@
// Package member // =================================================================================
// @Link https://github.com/bufanyun/hotgo // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// @Copyright Copyright (c) 2023 HotGo CLI // =================================================================================
// @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package member package member
import "github.com/gogf/gf/v2/frame/g" import (
"context"
// GetIdByCodeReq 通过邀请码获取用户ID "hotgo/api/api/member/v1"
type GetIdByCodeReq struct { )
g.Meta `path:"/member/getIdByCode" method:"post" tags:"用户" summary:"通过邀请码获取用户ID"`
Code string `json:"code" dc:"邀请码"` type IMemberV1 interface {
GetIdByCode(ctx context.Context, req *v1.GetIdByCodeReq) (res *v1.GetIdByCodeRes, err error)
} }
type GetIdByCodeRes struct{}

View File

@@ -0,0 +1,16 @@
// Package member
// @Link https://github.com/bufanyun/hotgo
// @Copyright Copyright (c) 2023 HotGo CLI
// @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package v1
import "github.com/gogf/gf/v2/frame/g"
// GetIdByCodeReq 通过邀请码获取用户ID
type GetIdByCodeReq struct {
g.Meta `path:"/member/getIdByCode" method:"post" tags:"用户" summary:"通过邀请码获取用户ID"`
Code string `json:"code" dc:"邀请码"`
}
type GetIdByCodeRes struct{}

17
server/api/api/pay/pay.go Normal file
View File

@@ -0,0 +1,17 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package pay
import (
"context"
"hotgo/api/api/pay/v1"
)
type IPayV1 interface {
NotifyAliPay(ctx context.Context, req *v1.NotifyAliPayReq) (res *v1.NotifyAliPayRes, err error)
NotifyWxPay(ctx context.Context, req *v1.NotifyWxPayReq) (res *v1.NotifyWxPayRes, err error)
NotifyQQPay(ctx context.Context, req *v1.NotifyQQPayReq) (res *v1.NotifyQQPayRes, err error)
}

View File

@@ -3,11 +3,12 @@
// @Copyright Copyright (c) 2023 HotGo CLI // @Copyright Copyright (c) 2023 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package pay package v1
import ( import (
"github.com/gogf/gf/v2/frame/g"
"hotgo/internal/model/input/payin" "hotgo/internal/model/input/payin"
"github.com/gogf/gf/v2/frame/g"
) )
// NotifyAliPayReq 支付宝回调 // NotifyAliPayReq 支付宝回调

View File

@@ -1,141 +1,159 @@
module hotgo module hotgo
go 1.21 go 1.24.4
toolchain go1.22.1
require ( require (
github.com/Shopify/sarama v1.34.1 github.com/IBM/sarama v1.45.2
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.2 github.com/alibabacloud-go/darabonba-openapi/v2 v2.1.7
github.com/alibabacloud-go/dysmsapi-20170525/v3 v3.0.5 github.com/alibabacloud-go/dysmsapi-20170525/v3 v3.0.6
github.com/alibabacloud-go/tea v1.1.20 github.com/alibabacloud-go/tea v1.3.9
github.com/alibabacloud-go/tea-utils/v2 v2.0.1 github.com/alibabacloud-go/tea-utils/v2 v2.0.7
github.com/aliyun/aliyun-oss-go-sdk v2.2.6+incompatible github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
github.com/apache/rocketmq-client-go/v2 v2.1.2 github.com/apache/rocketmq-client-go/v2 v2.1.2
github.com/casbin/casbin/v2 v2.55.0 github.com/casbin/casbin/v2 v2.108.0
github.com/forgoer/openssl v1.4.0 github.com/forgoer/openssl v1.6.1
github.com/go-pay/gopay v1.5.91 github.com/go-pay/crypto v0.0.1
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.7.0 github.com/go-pay/gopay v1.5.114
github.com/gogf/gf/contrib/nosql/redis/v2 v2.7.0 github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.0
github.com/gogf/gf/contrib/trace/jaeger/v2 v2.7.0 github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.0
github.com/gogf/gf/v2 v2.7.0 github.com/gogf/gf/contrib/trace/jaeger/v2 v2.7.4
github.com/gogf/gf/v2 v2.9.1-0.20250624075347-5fa656d1cc92
github.com/gogf/selfupdate v0.0.0-20231215043001-5c48c528462f github.com/gogf/selfupdate v0.0.0-20231215043001-5c48c528462f
github.com/golang-jwt/jwt/v5 v5.0.0 github.com/golang-jwt/jwt/v5 v5.2.2
github.com/gorilla/websocket v1.5.1 github.com/gorilla/websocket v1.5.3
github.com/kayon/iploc v0.0.0-20200312105652-bda3e968a794 github.com/kayon/iploc v0.0.0-20200312105652-bda3e968a794
github.com/minio/minio-go/v7 v7.0.63 github.com/minio/minio-go/v7 v7.0.94
github.com/mojocn/base64Captcha v1.3.6 github.com/mojocn/base64Captcha v1.3.8
github.com/olekukonko/tablewriter v0.0.5 github.com/olekukonko/tablewriter v0.0.5
github.com/qiniu/go-sdk/v7 v7.14.0 github.com/qiniu/go-sdk/v7 v7.25.4
github.com/shirou/gopsutil/v3 v3.23.3 github.com/schollz/progressbar/v3 v3.18.0
github.com/silenceper/wechat/v2 v2.1.4 github.com/shirou/gopsutil/v3 v3.24.5
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.633 github.com/silenceper/wechat/v2 v2.1.9
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.633 github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1202
github.com/tencentyun/cos-go-sdk-v5 v0.7.45 github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.1200
github.com/ufilesdk-dev/ufile-gosdk v1.0.3 github.com/tencentyun/cos-go-sdk-v5 v0.7.66
github.com/xuri/excelize/v2 v2.6.0 github.com/ufilesdk-dev/ufile-gosdk v1.0.6
go.opentelemetry.io/otel v1.25.0 github.com/xuri/excelize/v2 v2.9.1
golang.org/x/mod v0.9.0 go.opentelemetry.io/otel v1.37.0
golang.org/x/net v0.24.0 golang.org/x/mod v0.25.0
golang.org/x/tools v0.7.0 golang.org/x/net v0.41.0
golang.org/x/tools v0.34.0
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )
require ( require (
aead.dev/minisign v0.2.0 // indirect aead.dev/minisign v0.2.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect github.com/BurntSushi/toml v1.4.0 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect github.com/alex-ant/gomath v0.0.0-20160516115720-89013a210a82 // indirect
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 // indirect
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect github.com/alibabacloud-go/debug v1.0.1 // indirect
github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 // indirect
github.com/alibabacloud-go/endpoint-util v1.1.0 // indirect github.com/alibabacloud-go/endpoint-util v1.1.0 // indirect
github.com/alibabacloud-go/openapi-util v0.1.0 // indirect github.com/alibabacloud-go/openapi-util v0.1.0 // indirect
github.com/alibabacloud-go/tea-utils v1.3.1 // indirect github.com/alibabacloud-go/tea-utils v1.3.1 // indirect
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect github.com/aliyun/credentials-go v1.4.5 // indirect
github.com/aliyun/credentials-go v1.1.2 // indirect github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect
github.com/casbin/govaluate v1.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clbanning/mxj v1.8.4 // indirect github.com/clbanning/mxj v1.8.4 // indirect
github.com/clbanning/mxj/v2 v2.7.0 // indirect github.com/clbanning/mxj/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.1 // indirect github.com/dustin/go-humanize v1.0.1 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect github.com/eapache/go-resiliency v1.7.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect github.com/eapache/queue v1.1.0 // indirect
github.com/emirpasic/gods v1.12.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.16.0 // indirect github.com/fatih/color v1.18.0 // indirect
github.com/fatih/structs v1.1.0 // indirect github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect github.com/gammazero/toposort v0.1.1 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-pay/errgroup v0.0.3 // indirect
github.com/go-pay/smap v0.0.2 // indirect
github.com/go-pay/util v0.0.4 // indirect
github.com/go-pay/xlog v0.0.3 // indirect
github.com/go-pay/xtime v0.0.2 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/mock v1.6.0 // indirect github.com/golang/mock v1.4.4 // indirect
github.com/golang/snappy v0.0.4 // indirect github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2 // indirect github.com/google/btree v1.1.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.3.0 // indirect github.com/google/uuid v1.6.0 // indirect
github.com/grokify/html-strip-tags-go v0.1.0 // indirect github.com/grokify/html-strip-tags-go v0.1.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/json-iterator/go v1.1.12 // indirect github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.2 // indirect github.com/klauspost/compress v1.18.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/magiconair/properties v1.8.7 // indirect github.com/magiconair/properties v1.8.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/minio/crc64nvme v1.0.1 // indirect
github.com/minio/md5-simd v1.1.2 // indirect github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/mozillazg/go-httpheader v0.2.1 // indirect github.com/mozillazg/go-httpheader v0.2.1 // indirect
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
github.com/olekukonko/ll v0.0.8 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
github.com/pkg/errors v0.9.1 // indirect github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/redis/go-redis/v9 v9.5.1 // indirect github.com/redis/go-redis/v9 v9.7.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.1 // indirect github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/rivo/uniseg v0.4.7 // indirect github.com/rivo/uniseg v0.4.7 // indirect
github.com/rs/xid v1.5.0 // indirect github.com/rs/xid v1.6.0 // indirect
github.com/shoenig/go-m1cpu v0.1.4 // indirect github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/cast v1.4.1 // indirect github.com/spf13/cast v1.4.1 // indirect
github.com/tidwall/gjson v1.14.1 // indirect github.com/tidwall/gjson v1.14.1 // indirect
github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect github.com/tidwall/pretty v1.2.0 // indirect
github.com/tjfoc/gmsm v1.3.2 // indirect github.com/tiendc/go-deepcopy v1.6.0 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect github.com/tinylib/msgp v1.3.0 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xuri/efp v0.0.0-20220407160117-ad0f7a785be8 // indirect github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect github.com/xuri/efp v0.0.1 // indirect
go.opentelemetry.io/otel/exporters/jaeger v1.17.0 // indirect github.com/xuri/nfp v0.0.1 // indirect
go.opentelemetry.io/otel/metric v1.25.0 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/otel/sdk v1.25.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/trace v1.25.0 // indirect go.opentelemetry.io/otel/exporters/jaeger v1.14.0 // indirect
go.uber.org/atomic v1.7.0 // indirect go.opentelemetry.io/otel/metric v1.37.0 // indirect
golang.org/x/crypto v0.22.0 // indirect go.opentelemetry.io/otel/sdk v1.32.0 // indirect
golang.org/x/image v0.13.0 // indirect go.opentelemetry.io/otel/trace v1.37.0 // indirect
golang.org/x/sync v0.1.0 // indirect go.uber.org/atomic v1.5.1 // indirect
golang.org/x/sys v0.19.0 // indirect golang.org/x/crypto v0.39.0 // indirect
golang.org/x/text v0.14.0 // indirect golang.org/x/image v0.25.0 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
golang.org/x/text v0.26.0 // indirect
golang.org/x/time v0.12.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
modernc.org/fileutil v1.0.0 // indirect
stathat.com/c/consistent v1.0.0 // indirect stathat.com/c/consistent v1.0.0 // indirect
) )

File diff suppressed because it is too large Load Diff

View File

@@ -38,4 +38,10 @@ gfcli:
# srcFolder: "internal/logic" # srcFolder: "internal/logic"
# dstFolder: "internal/service" # dstFolder: "internal/service"
# dstFileNameCase: "CamelLower" # dstFileNameCase: "CamelLower"
# clear: true # clear: true
ctrl:
# api/api下的接口可以使用gf gen ctrl自动生成控制器相关代码
srcFolder: "api/api"
dstFolder: "internal/controller/api"
clear: true
merge: false

View File

@@ -0,0 +1,6 @@
package consts
const (
CaptchaTypeString = iota + 1 // 字符串
CaptchaTypeMath // 数字计算
)

View File

@@ -18,12 +18,6 @@ const (
EmsTemplateCash = "cash" // 申请提现 EmsTemplateCash = "cash" // 申请提现
) )
// 验证码状态
const (
EmsStatusNotUsed = 1 // 未使用
EmsStatusUsed = 2 // 已使用
)
var EmsSubjectMap = g.MapStrStr{ var EmsSubjectMap = g.MapStrStr{
EmsTemplateText: "这是一封来自HotGo的邮件", EmsTemplateText: "这是一封来自HotGo的邮件",
EmsTemplateCode: "验证码", EmsTemplateCode: "验证码",

View File

@@ -5,9 +5,56 @@
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package consts package consts
import (
"fmt"
"github.com/gogf/gf/v2/errors/gcode"
"hotgo/internal/library/dict"
"hotgo/internal/model"
"net/http"
)
func init() {
dict.RegisterEnums("HTTPMethod", "HTTP请求方式选项", HTTPMethodOptions)
dict.RegisterEnums("HTTPHandlerTime", "HTTP处理耗时选项", HTTPHandlerTimeOptions)
dict.RegisterEnums("HTTPApiCode", "HTTP接口状态码选项", HTTPApiCodeOptions)
}
const ( const (
HTTPContentTypeXml = "text/xml" HTTPContentTypeXml = "text/xml"
HTTPContentTypeHtml = "text/html" HTTPContentTypeHtml = "text/html"
HTTPContentTypeStream = "text/event-stream" HTTPContentTypeStream = "text/event-stream"
HTTPContentTypeJson = "application/json" HTTPContentTypeJson = "application/json"
) )
// HTTPMethodOptions HTTP请求方式选项
var HTTPMethodOptions = []*model.Option{
dict.GenSuccessOption(http.MethodGet, "GET"),
dict.GenInfoOption(http.MethodPost, "POST"),
dict.GenSuccessOption(http.MethodPut, "PUT"),
dict.GenInfoOption(http.MethodDelete, "DELETE"),
}
const (
HTTPHandlerTime50 = "< 50"
HTTPHandlerTime200 = "< 200"
HTTPHandlerTime200To500 = "BETWEEN 200 AND 500"
HTTPHandlerTime500To1000 = "BETWEEN 500 AND 1000"
HTTPHandlerTime1000To10000 = "BETWEEN 1000 AND 10000"
HTTPHandlerTime10000UP = "> 10000"
)
// HTTPHandlerTimeOptions HTTP处理耗时选项
var HTTPHandlerTimeOptions = []*model.Option{
dict.GenSuccessOption(HTTPHandlerTime50, "50ms以内"),
dict.GenInfoOption(HTTPHandlerTime200, "200ms以内"),
dict.GenSuccessOption(HTTPHandlerTime200To500, "200~500ms"),
dict.GenSuccessOption(HTTPHandlerTime500To1000, "500~1000ms"),
dict.GenInfoOption(HTTPHandlerTime1000To10000, "1000~10000ms"),
dict.GenInfoOption(HTTPHandlerTime10000UP, "10000ms以上"),
}
// HTTPApiCodeOptions HTTP接口状态码选项
var HTTPApiCodeOptions = []*model.Option{
dict.GenSuccessOption(gcode.CodeOK.Code(), fmt.Sprintf("%v %v", gcode.CodeOK.Code(), "成功")),
dict.GenWarningOption(gcode.CodeNil.Code(), fmt.Sprintf("%v %v", gcode.CodeNil.Code(), "失败")),
}

View File

@@ -5,6 +5,15 @@
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package consts package consts
import (
"hotgo/internal/library/dict"
"hotgo/internal/model"
)
func init() {
dict.RegisterEnums("ServerLicenseGroupOptions", "服务授权分组选项", ServerLicenseGroupOptions)
}
// 授权分组 // 授权分组
const ( const (
LicenseGroupDefault = "default" // 默认组 LicenseGroupDefault = "default" // 默认组
@@ -12,8 +21,9 @@ const (
LicenseGroupAuth = "auth" // 服务授权 LicenseGroupAuth = "auth" // 服务授权
) )
var LicenseGroupNameMap = map[string]string{ // ServerLicenseGroupOptions 服务授权分组选项
LicenseGroupDefault: "默认组", var ServerLicenseGroupOptions = []*model.Option{
LicenseGroupCron: "定时任务", dict.GenWarningOption(LicenseGroupDefault, "默认组"),
LicenseGroupAuth: "服务授权", dict.GenSuccessOption(LicenseGroupCron, "定时任务"),
dict.GenSuccessOption(LicenseGroupAuth, "服务授权"),
} }

View File

@@ -6,7 +6,6 @@
package consts package consts
// 短信驱动 // 短信驱动
const ( const (
SmsDriveAliYun = "aliyun" // 阿里云 SmsDriveAliYun = "aliyun" // 阿里云
SmsDriveTencent = "tencent" // 腾讯云 SmsDriveTencent = "tencent" // 腾讯云
@@ -32,9 +31,3 @@ var (
SmsTemplateCash: "申请提现", SmsTemplateCash: "申请提现",
} }
) )
// 验证码状态
const (
SmsStatusNotUsed = 1 // 未使用
SmsStatusUsed = 2 // 已使用
)

View File

@@ -5,6 +5,16 @@
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package consts package consts
import (
"hotgo/internal/library/dict"
"hotgo/internal/model"
)
func init() {
dict.RegisterEnums("CodeStatusOptions", "验证码状态选项", CodeStatusOptions)
dict.RegisterEnums("BlacklistStatusOptions", "黑名单拉黑状态选项", BlacklistStatusOptions)
}
// 状态码 // 状态码
const ( const (
StatusALL int = -1 // 全部状态 StatusALL int = -1 // 全部状态
@@ -14,3 +24,26 @@ const (
) )
var StatusSlice = []int{StatusALL, StatusEnabled, StatusDisable, StatusDelete} var StatusSlice = []int{StatusALL, StatusEnabled, StatusDisable, StatusDelete}
// 验证码状态
const (
CodeStatusNotUsed = 1 // 未使用
CodeStatusUsed = 2 // 已使用
)
// CodeStatusOptions 验证码状态选项
var CodeStatusOptions = []*model.Option{
dict.GenWarningOption(CodeStatusNotUsed, "未使用"),
dict.GenSuccessOption(CodeStatusUsed, "已使用"),
}
const (
BlacklistStatusDisable = 1 // 封禁中
BlacklistStatusEnabled = 2 // 已解封
)
// BlacklistStatusOptions 黑名单拉黑状态选项
var BlacklistStatusOptions = []*model.Option{
dict.GenWarningOption(BlacklistStatusDisable, "封禁中"),
dict.GenSuccessOption(BlacklistStatusEnabled, "已解封"),
}

View File

@@ -7,5 +7,5 @@ package consts
// VersionApp HotGo版本 // VersionApp HotGo版本
const ( const (
VersionApp = "2.15.1" VersionApp = "2.16.10"
) )

View File

@@ -204,16 +204,6 @@ func (c *cMonitor) NetOnlineList(ctx context.Context, req *monitor.NetOnlineList
func (c *cMonitor) NetOption(ctx context.Context, req *monitor.NetOptionReq) (res *monitor.NetOptionRes, err error) { func (c *cMonitor) NetOption(ctx context.Context, req *monitor.NetOptionReq) (res *monitor.NetOptionRes, err error) {
res = new(monitor.NetOptionRes) res = new(monitor.NetOptionRes)
// 授权分组
for k, v := range consts.LicenseGroupNameMap {
res.LicenseGroup = append(res.LicenseGroup, &form.Select{
Value: k,
Name: v,
Label: v,
})
}
sort.Sort(res.LicenseGroup)
for _, v := range service.TCPServer().Instance().GetRoutes() { for _, v := range service.TCPServer().Instance().GetRoutes() {
// 无需勾选的路由 // 无需勾选的路由
disabled := false disabled := false

View File

@@ -8,9 +8,9 @@ package common
import ( import (
"context" "context"
"github.com/gogf/gf/v2/errors/gerror" "github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"hotgo/api/admin/common" "hotgo/api/admin/common"
"hotgo/internal/consts" "hotgo/internal/consts"
"hotgo/internal/dao"
"hotgo/internal/library/contexts" "hotgo/internal/library/contexts"
"hotgo/internal/model/entity" "hotgo/internal/model/entity"
"hotgo/internal/model/input/sysin" "hotgo/internal/model/input/sysin"
@@ -53,7 +53,7 @@ func (c *cEms) SendBindEms(ctx context.Context, _ *common.SendBindEmsReq) (res *
return return
} }
if err = g.Model("admin_member").Fields("email").Where("id", memberId).Scan(&models); err != nil { if err = dao.AdminMember.Ctx(ctx).Fields(dao.AdminMember.Columns().Email).Where(dao.AdminMember.Columns().Id, memberId).Scan(&models); err != nil {
return return
} }

View File

@@ -7,18 +7,19 @@ package common
import ( import (
"context" "context"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/text/gstr"
"github.com/gogf/gf/v2/util/gconv"
"github.com/gogf/gf/v2/util/gmode"
"hotgo/api/admin/common" "hotgo/api/admin/common"
"hotgo/internal/consts" "hotgo/internal/consts"
"hotgo/internal/library/captcha" "hotgo/internal/library/captcha"
"hotgo/internal/library/token" "hotgo/internal/library/token"
"hotgo/internal/service" "hotgo/internal/service"
"hotgo/utility/validate" "hotgo/utility/validate"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/text/gstr"
"github.com/gogf/gf/v2/util/gconv"
"github.com/gogf/gf/v2/util/gmode"
) )
var Site = cSite{} var Site = cSite{}
@@ -44,7 +45,12 @@ func (c *cSite) Config(ctx context.Context, _ *common.SiteConfigReq) (res *commo
func (c *cSite) getWsAddr(ctx context.Context, request *ghttp.Request) string { func (c *cSite) getWsAddr(ctx context.Context, request *ghttp.Request) string {
// 如果是本地IP访问则认为是调试模式走实际请求地址否则走配置中的地址 // 如果是本地IP访问则认为是调试模式走实际请求地址否则走配置中的地址
// 尝试读取hostname兼容本地运行模式
ip := ghttp.RequestFromCtx(ctx).GetHeader("hostname") ip := ghttp.RequestFromCtx(ctx).GetHeader("hostname")
if len(ip) == 0 {
ip = ghttp.RequestFromCtx(ctx).GetHost()
}
if validate.IsLocalIPAddr(ip) { if validate.IsLocalIPAddr(ip) {
return "ws://" + ip + ":" + gstr.StrEx(request.Host, ":") + g.Cfg().MustGet(ctx, "router.websocket.prefix").String() return "ws://" + ip + ":" + gstr.StrEx(request.Host, ":") + g.Cfg().MustGet(ctx, "router.websocket.prefix").String()
} }
@@ -58,7 +64,12 @@ func (c *cSite) getWsAddr(ctx context.Context, request *ghttp.Request) string {
func (c *cSite) getDomain(ctx context.Context, request *ghttp.Request) string { func (c *cSite) getDomain(ctx context.Context, request *ghttp.Request) string {
// 如果是本地IP访问则认为是调试模式走实际请求地址否则走配置中的地址 // 如果是本地IP访问则认为是调试模式走实际请求地址否则走配置中的地址
ip := request.GetHeader("hostname") // 尝试读取hostname兼容本地运行模式
ip := ghttp.RequestFromCtx(ctx).GetHeader("hostname")
if len(ip) == 0 {
ip = ghttp.RequestFromCtx(ctx).GetHost()
}
if validate.IsLocalIPAddr(ip) { if validate.IsLocalIPAddr(ip) {
return "http://" + ip + ":" + gstr.StrEx(request.Host, ":") return "http://" + ip + ":" + gstr.StrEx(request.Host, ":")
} }
@@ -84,7 +95,11 @@ func (c *cSite) LoginConfig(ctx context.Context, _ *common.SiteLoginConfigReq) (
// Captcha 登录验证码 // Captcha 登录验证码
func (c *cSite) Captcha(ctx context.Context, _ *common.LoginCaptchaReq) (res *common.LoginCaptchaRes, err error) { func (c *cSite) Captcha(ctx context.Context, _ *common.LoginCaptchaReq) (res *common.LoginCaptchaRes, err error) {
cid, base64 := captcha.Generate(ctx) loginConf, err := service.SysConfig().GetLogin(ctx)
if err != nil {
return
}
cid, base64 := captcha.Generate(ctx, loginConf.CaptchaType)
res = &common.LoginCaptchaRes{Cid: cid, Base64: base64} res = &common.LoginCaptchaRes{Cid: cid, Base64: base64}
return return
} }
@@ -102,7 +117,7 @@ func (c *cSite) AccountLogin(ctx context.Context, req *common.AccountLoginReq) (
return return
} }
if !req.IsLock && login.CaptchaSwitch == 1 { if !req.IsLock && login.CaptchaSwitch == consts.StatusEnabled {
// 校验 验证码 // 校验 验证码
if !captcha.Verify(req.Cid, req.Code) { if !captcha.Verify(req.Cid, req.Code) {
err = gerror.New("验证码错误") err = gerror.New("验证码错误")

View File

@@ -8,9 +8,9 @@ package common
import ( import (
"context" "context"
"github.com/gogf/gf/v2/errors/gerror" "github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"hotgo/api/admin/common" "hotgo/api/admin/common"
"hotgo/internal/consts" "hotgo/internal/consts"
"hotgo/internal/dao"
"hotgo/internal/library/contexts" "hotgo/internal/library/contexts"
"hotgo/internal/model/entity" "hotgo/internal/model/entity"
"hotgo/internal/model/input/sysin" "hotgo/internal/model/input/sysin"
@@ -39,7 +39,7 @@ func (c *cSms) SendBindSms(ctx context.Context, _ *common.SendBindSmsReq) (res *
return return
} }
if err = g.Model("admin_member").Fields("mobile").Where("id", memberId).Scan(&models); err != nil { if err = dao.AdminMember.Ctx(ctx).Fields(dao.AdminMember.Columns().Mobile).Where(dao.AdminMember.Columns().Id, memberId).Scan(&models); err != nil {
return return
} }

View File

@@ -8,8 +8,6 @@ package sys
import ( import (
"context" "context"
"hotgo/api/admin/attachment" "hotgo/api/admin/attachment"
"hotgo/internal/library/storager"
"hotgo/internal/model/input/sysin"
"hotgo/internal/service" "hotgo/internal/service"
) )
@@ -50,42 +48,6 @@ func (c *cAttachment) List(ctx context.Context, req *attachment.ListReq) (res *a
return return
} }
// ChooserOption 获取选择器选项
func (c *cAttachment) ChooserOption(ctx context.Context, req *attachment.ChooserOptionReq) (res *attachment.ChooserOptionRes, err error) {
res = new(attachment.ChooserOptionRes)
res.Drive, err = service.SysDictData().Select(ctx, &sysin.DataSelectInp{Type: "config_upload_drive"})
if err != nil {
return
}
var kinds = []attachment.KindSelect{
{
Label: "全部", Key: "", Value: "",
},
{
Label: "图片", Key: storager.KindImg, Value: storager.KindImg, Icon: "PictureOutlined", Tag: "success",
},
{
Label: "文档", Key: storager.KindDoc, Value: storager.KindDoc, Icon: "FileWordOutlined", Tag: "primary",
},
{
Label: "音频", Key: storager.KindAudio, Value: storager.KindAudio, Icon: "CustomerServiceOutlined", Tag: "info",
},
{
Label: "视频", Key: storager.KindVideo, Value: storager.KindVideo, Icon: "PlaySquareOutlined", Tag: "warning",
},
{
Label: "压缩包", Key: storager.KindZip, Value: storager.KindZip, Icon: "FileZipOutlined", Tag: "error",
},
{
Label: "其他", Key: storager.KindOther, Value: storager.KindOther, Icon: "PlusOutlined", Tag: "default",
},
}
res.Kind = append(res.Kind, kinds...)
return
}
// ClearKind 清空上传类型 // ClearKind 清空上传类型
func (c *cAttachment) ClearKind(ctx context.Context, req *attachment.ClearKindReq) (res *attachment.ClearKindRes, err error) { func (c *cAttachment) ClearKind(ctx context.Context, req *attachment.ClearKindReq) (res *attachment.ClearKindRes, err error) {
err = service.SysAttachment().ClearKind(ctx, &req.AttachmentClearKindInp) err = service.SysAttachment().ClearKind(ctx, &req.AttachmentClearKindInp)

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package sys package sys
import ( import (
@@ -78,6 +78,12 @@ func (c *cCurdDemo) Delete(ctx context.Context, req *curddemo.DeleteReq) (res *c
return return
} }
// Status 更新CURD列表状态
func (c *cCurdDemo) Status(ctx context.Context, req *curddemo.StatusReq) (res *curddemo.StatusRes, err error) {
err = service.SysCurdDemo().Status(ctx, &req.CurdDemoStatusInp)
return
}
// Switch 更新CURD列表开关状态 // Switch 更新CURD列表开关状态
func (c *cCurdDemo) Switch(ctx context.Context, req *curddemo.SwitchReq) (res *curddemo.SwitchRes, err error) { func (c *cCurdDemo) Switch(ctx context.Context, req *curddemo.SwitchReq) (res *curddemo.SwitchRes, err error) {
err = service.SysCurdDemo().Switch(ctx, &req.CurdDemoSwitchInp) err = service.SysCurdDemo().Switch(ctx, &req.CurdDemoSwitchInp)

View File

@@ -38,18 +38,6 @@ func (c *cLoginLog) Export(ctx context.Context, req *loginlog.ExportReq) (res *l
return return
} }
// View 获取指定登录日志信息
func (c *cLoginLog) View(ctx context.Context, req *loginlog.ViewReq) (res *loginlog.ViewRes, err error) {
data, err := service.SysLoginLog().View(ctx, &req.LoginLogViewInp)
if err != nil {
return
}
res = new(loginlog.ViewRes)
res.LoginLogViewModel = data
return
}
// Delete 删除登录日志 // Delete 删除登录日志
func (c *cLoginLog) Delete(ctx context.Context, req *loginlog.DeleteReq) (res *loginlog.DeleteRes, err error) { func (c *cLoginLog) Delete(ctx context.Context, req *loginlog.DeleteReq) (res *loginlog.DeleteRes, err error) {
err = service.SysLoginLog().Delete(ctx, &req.LoginLogDeleteInp) err = service.SysLoginLog().Delete(ctx, &req.LoginLogDeleteInp)

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package sys package sys
import ( import (
@@ -75,6 +75,15 @@ func (c *cNormalTreeDemo) Delete(ctx context.Context, req *normaltreedemo.Delete
// TreeOption 获取普通树表关系树选项 // TreeOption 获取普通树表关系树选项
func (c *cNormalTreeDemo) TreeOption(ctx context.Context, req *normaltreedemo.TreeOptionReq) (res *normaltreedemo.TreeOptionRes, err error) { func (c *cNormalTreeDemo) TreeOption(ctx context.Context, req *normaltreedemo.TreeOptionReq) (res *normaltreedemo.TreeOptionRes, err error) {
data, err := service.SysNormalTreeDemo().TreeOption(ctx) data, err := service.SysNormalTreeDemo().TreeOption(ctx)
res = (*normaltreedemo.TreeOptionRes)(&data) if err != nil {
return nil, err
}
if len(data) > 0 {
res = (*normaltreedemo.TreeOptionRes)(&data)
} else {
temp := make(normaltreedemo.TreeOptionRes, 0)
res = &temp
}
return return
} }

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package sys package sys
import ( import (
@@ -75,6 +75,15 @@ func (c *cOptionTreeDemo) Delete(ctx context.Context, req *optiontreedemo.Delete
// TreeOption 获取选项树表关系树选项 // TreeOption 获取选项树表关系树选项
func (c *cOptionTreeDemo) TreeOption(ctx context.Context, req *optiontreedemo.TreeOptionReq) (res *optiontreedemo.TreeOptionRes, err error) { func (c *cOptionTreeDemo) TreeOption(ctx context.Context, req *optiontreedemo.TreeOptionReq) (res *optiontreedemo.TreeOptionRes, err error) {
data, err := service.SysOptionTreeDemo().TreeOption(ctx) data, err := service.SysOptionTreeDemo().TreeOption(ctx)
res = (*optiontreedemo.TreeOptionRes)(&data) if err != nil {
return nil, err
}
if len(data) > 0 {
res = (*optiontreedemo.TreeOptionRes)(&data)
} else {
temp := make(optiontreedemo.TreeOptionRes, 0)
res = &temp
}
return return
} }

View File

@@ -3,7 +3,7 @@
// @Copyright Copyright (c) 2024 HotGo CLI // @Copyright Copyright (c) 2024 HotGo CLI
// @Author Ms <133814250@qq.com> // @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE // @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
// @AutoGenerate Version 2.13.1 // @AutoGenerate Version 2.15.7
package sys package sys
import ( import (
@@ -76,4 +76,4 @@ func (c *cTestCategory) Delete(ctx context.Context, req *testcategory.DeleteReq)
func (c *cTestCategory) Status(ctx context.Context, req *testcategory.StatusReq) (res *testcategory.StatusRes, err error) { func (c *cTestCategory) Status(ctx context.Context, req *testcategory.StatusReq) (res *testcategory.StatusRes, err error) {
err = service.SysTestCategory().Status(ctx, &req.TestCategoryStatusInp) err = service.SysTestCategory().Status(ctx, &req.TestCategoryStatusInp)
return return
} }

View File

@@ -1,23 +1,5 @@
// Package member // =================================================================================
// @Link https://github.com/bufanyun/hotgo // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// @Copyright Copyright (c) 2023 HotGo CLI // =================================================================================
// @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package member package member
import (
"context"
"github.com/gogf/gf/v2/frame/g"
"hotgo/api/api/member"
)
var (
Member = cMember{}
)
type cMember struct{}
func (c *cMember) GetIdByCode(ctx context.Context, _ *member.GetIdByCodeReq) (res *member.GetIdByCodeRes, err error) {
g.RequestFromCtx(ctx).Response.Writeln("Hello World api member!")
return
}

View File

@@ -0,0 +1,15 @@
// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package member
import (
"hotgo/api/api/member"
)
type ControllerV1 struct{}
func NewV1() member.IMemberV1 {
return &ControllerV1{}
}

View File

@@ -0,0 +1,14 @@
package member
import (
"context"
v1 "hotgo/api/api/member/v1"
"github.com/gogf/gf/v2/frame/g"
)
func (c *ControllerV1) GetIdByCode(ctx context.Context, req *v1.GetIdByCodeReq) (res *v1.GetIdByCodeRes, err error) {
g.RequestFromCtx(ctx).Response.Writeln("Hello World api member!")
return
}

View File

@@ -1,57 +0,0 @@
// Package pay
// @Link https://github.com/bufanyun/hotgo
// @Copyright Copyright (c) 2023 HotGo CLI
// @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package pay
import (
"context"
"github.com/gogf/gf/v2/frame/g"
"hotgo/api/api/pay"
"hotgo/internal/consts"
"hotgo/internal/library/response"
"hotgo/internal/model/input/payin"
"hotgo/internal/service"
)
var (
Notify = cNotify{}
)
type cNotify struct{}
// AliPay 支付宝回调
func (c *cNotify) AliPay(ctx context.Context, _ *pay.NotifyAliPayReq) (res *pay.NotifyAliPayRes, err error) {
if _, err = service.Pay().Notify(ctx, &payin.PayNotifyInp{PayType: consts.PayTypeAliPay}); err != nil {
return nil, err
}
response.RText(g.RequestFromCtx(ctx), "success")
return
}
// WxPay 微信支付回调
func (c *cNotify) WxPay(ctx context.Context, _ *pay.NotifyWxPayReq) (res *pay.NotifyWxPayRes, err error) {
if _, err = service.Pay().Notify(ctx, &payin.PayNotifyInp{PayType: consts.PayTypeWxPay}); err != nil {
return
}
response.CustomJson(g.RequestFromCtx(ctx), `{"code": "SUCCESS","message": "收单成功"}`)
return
}
// QQPay QQ支付回调
func (c *cNotify) QQPay(ctx context.Context, _ *pay.NotifyQQPayReq) (res *pay.NotifyQQPayRes, err error) {
if _, err = service.Pay().Notify(ctx, &payin.PayNotifyInp{PayType: consts.PayTypeQQPay}); err != nil {
return
}
r := g.RequestFromCtx(ctx)
r.Response.ClearBuffer()
r.Response.Write(`<?xml version="1.0" encoding="UTF-8"?>`)
r.Response.WriteXml(g.Map{
"return_code": "SUCCESS",
})
return
}

View File

@@ -0,0 +1,5 @@
// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package pay

View File

@@ -0,0 +1,15 @@
// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package pay
import (
"hotgo/api/api/pay"
)
type ControllerV1 struct{}
func NewV1() pay.IPayV1 {
return &ControllerV1{}
}

View File

@@ -0,0 +1,22 @@
package pay
import (
"context"
v1 "hotgo/api/api/pay/v1"
"hotgo/internal/consts"
"hotgo/internal/library/response"
"hotgo/internal/model/input/payin"
"hotgo/internal/service"
"github.com/gogf/gf/v2/frame/g"
)
func (c *ControllerV1) NotifyAliPay(ctx context.Context, req *v1.NotifyAliPayReq) (res *v1.NotifyAliPayRes, err error) {
if _, err = service.Pay().Notify(ctx, &payin.PayNotifyInp{PayType: consts.PayTypeAliPay}); err != nil {
return nil, err
}
response.RText(g.RequestFromCtx(ctx), "success")
return
}

View File

@@ -0,0 +1,26 @@
package pay
import (
"context"
v1 "hotgo/api/api/pay/v1"
"hotgo/internal/consts"
"hotgo/internal/model/input/payin"
"hotgo/internal/service"
"github.com/gogf/gf/v2/frame/g"
)
func (c *ControllerV1) NotifyQQPay(ctx context.Context, req *v1.NotifyQQPayReq) (res *v1.NotifyQQPayRes, err error) {
if _, err = service.Pay().Notify(ctx, &payin.PayNotifyInp{PayType: consts.PayTypeQQPay}); err != nil {
return
}
r := g.RequestFromCtx(ctx)
r.Response.ClearBuffer()
r.Response.Write(`<?xml version="1.0" encoding="UTF-8"?>`)
r.Response.WriteXml(g.Map{
"return_code": "SUCCESS",
})
return
}

View File

@@ -0,0 +1,22 @@
package pay
import (
"context"
v1 "hotgo/api/api/pay/v1"
"hotgo/internal/consts"
"hotgo/internal/library/response"
"hotgo/internal/model/input/payin"
"hotgo/internal/service"
"github.com/gogf/gf/v2/frame/g"
)
func (c *ControllerV1) NotifyWxPay(ctx context.Context, req *v1.NotifyWxPayReq) (res *v1.NotifyWxPayRes, err error) {
if _, err = service.Pay().Notify(ctx, &payin.PayNotifyInp{PayType: consts.PayTypeWxPay}); err != nil {
return
}
response.CustomJson(g.RequestFromCtx(ctx), `{"code": "SUCCESS","message": "收单成功"}`)
return
}

0
server/internal/dao/addon_hgexample_table.go Normal file → Executable file
View File

0
server/internal/dao/addon_hgexample_tenant_order.go Normal file → Executable file
View File

0
server/internal/dao/admin_cash.go Normal file → Executable file
View File

0
server/internal/dao/admin_credits_log.go Normal file → Executable file
View File

0
server/internal/dao/admin_dept.go Normal file → Executable file
View File

0
server/internal/dao/admin_member.go Normal file → Executable file
View File

0
server/internal/dao/admin_member_post.go Normal file → Executable file
View File

0
server/internal/dao/admin_member_role.go Normal file → Executable file
View File

0
server/internal/dao/admin_menu.go Normal file → Executable file
View File

0
server/internal/dao/admin_notice.go Normal file → Executable file
View File

0
server/internal/dao/admin_notice_read.go Normal file → Executable file
View File

0
server/internal/dao/admin_oauth.go Normal file → Executable file
View File

0
server/internal/dao/admin_order.go Normal file → Executable file
View File

0
server/internal/dao/admin_post.go Normal file → Executable file
View File

0
server/internal/dao/admin_role.go Normal file → Executable file
View File

0
server/internal/dao/admin_role_casbin.go Normal file → Executable file
View File

0
server/internal/dao/admin_role_menu.go Normal file → Executable file
View File

42
server/internal/dao/internal/addon_hgexample_table.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AddonHgexampleTableDao is the data access object for table hg_addon_hgexample_table. // AddonHgexampleTableDao is the data access object for the table hg_addon_hgexample_table.
type AddonHgexampleTableDao struct { type AddonHgexampleTableDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AddonHgexampleTableColumns // columns contains all the column names of Table for convenient usage. columns AddonHgexampleTableColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AddonHgexampleTableColumns defines and stores column names for table hg_addon_hgexample_table. // AddonHgexampleTableColumns defines and stores column names for the table hg_addon_hgexample_table.
type AddonHgexampleTableColumns struct { type AddonHgexampleTableColumns struct {
Id string // ID Id string // ID
Pid string // 上级ID Pid string // 上级ID
@@ -59,7 +60,7 @@ type AddonHgexampleTableColumns struct {
DeletedAt string // 删除时间 DeletedAt string // 删除时间
} }
// addonHgexampleTableColumns holds the columns for table hg_addon_hgexample_table. // addonHgexampleTableColumns holds the columns for the table hg_addon_hgexample_table.
var addonHgexampleTableColumns = AddonHgexampleTableColumns{ var addonHgexampleTableColumns = AddonHgexampleTableColumns{
Id: "id", Id: "id",
Pid: "pid", Pid: "pid",
@@ -101,44 +102,49 @@ var addonHgexampleTableColumns = AddonHgexampleTableColumns{
} }
// NewAddonHgexampleTableDao creates and returns a new DAO object for table data access. // NewAddonHgexampleTableDao creates and returns a new DAO object for table data access.
func NewAddonHgexampleTableDao() *AddonHgexampleTableDao { func NewAddonHgexampleTableDao(handlers ...gdb.ModelHandler) *AddonHgexampleTableDao {
return &AddonHgexampleTableDao{ return &AddonHgexampleTableDao{
group: "default", group: "default",
table: "hg_addon_hgexample_table", table: "hg_addon_hgexample_table",
columns: addonHgexampleTableColumns, columns: addonHgexampleTableColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AddonHgexampleTableDao) DB() gdb.DB { func (dao *AddonHgexampleTableDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AddonHgexampleTableDao) Table() string { func (dao *AddonHgexampleTableDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AddonHgexampleTableDao) Columns() AddonHgexampleTableColumns { func (dao *AddonHgexampleTableDao) Columns() AddonHgexampleTableColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AddonHgexampleTableDao) Group() string { func (dao *AddonHgexampleTableDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AddonHgexampleTableDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AddonHgexampleTableDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AddonHgexampleTableDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AddonHgexampleTableDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AddonHgexampleTenantOrderDao is the data access object for table hg_addon_hgexample_tenant_order. // AddonHgexampleTenantOrderDao is the data access object for the table hg_addon_hgexample_tenant_order.
type AddonHgexampleTenantOrderDao struct { type AddonHgexampleTenantOrderDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AddonHgexampleTenantOrderColumns // columns contains all the column names of Table for convenient usage. columns AddonHgexampleTenantOrderColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AddonHgexampleTenantOrderColumns defines and stores column names for table hg_addon_hgexample_tenant_order. // AddonHgexampleTenantOrderColumns defines and stores column names for the table hg_addon_hgexample_tenant_order.
type AddonHgexampleTenantOrderColumns struct { type AddonHgexampleTenantOrderColumns struct {
Id string // 主键 Id string // 主键
TenantId string // 租户ID TenantId string // 租户ID
@@ -33,7 +34,7 @@ type AddonHgexampleTenantOrderColumns struct {
UpdatedAt string // 修改时间 UpdatedAt string // 修改时间
} }
// addonHgexampleTenantOrderColumns holds the columns for table hg_addon_hgexample_tenant_order. // addonHgexampleTenantOrderColumns holds the columns for the table hg_addon_hgexample_tenant_order.
var addonHgexampleTenantOrderColumns = AddonHgexampleTenantOrderColumns{ var addonHgexampleTenantOrderColumns = AddonHgexampleTenantOrderColumns{
Id: "id", Id: "id",
TenantId: "tenant_id", TenantId: "tenant_id",
@@ -49,44 +50,49 @@ var addonHgexampleTenantOrderColumns = AddonHgexampleTenantOrderColumns{
} }
// NewAddonHgexampleTenantOrderDao creates and returns a new DAO object for table data access. // NewAddonHgexampleTenantOrderDao creates and returns a new DAO object for table data access.
func NewAddonHgexampleTenantOrderDao() *AddonHgexampleTenantOrderDao { func NewAddonHgexampleTenantOrderDao(handlers ...gdb.ModelHandler) *AddonHgexampleTenantOrderDao {
return &AddonHgexampleTenantOrderDao{ return &AddonHgexampleTenantOrderDao{
group: "default", group: "default",
table: "hg_addon_hgexample_tenant_order", table: "hg_addon_hgexample_tenant_order",
columns: addonHgexampleTenantOrderColumns, columns: addonHgexampleTenantOrderColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AddonHgexampleTenantOrderDao) DB() gdb.DB { func (dao *AddonHgexampleTenantOrderDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AddonHgexampleTenantOrderDao) Table() string { func (dao *AddonHgexampleTenantOrderDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AddonHgexampleTenantOrderDao) Columns() AddonHgexampleTenantOrderColumns { func (dao *AddonHgexampleTenantOrderDao) Columns() AddonHgexampleTenantOrderColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AddonHgexampleTenantOrderDao) Group() string { func (dao *AddonHgexampleTenantOrderDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AddonHgexampleTenantOrderDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AddonHgexampleTenantOrderDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AddonHgexampleTenantOrderDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AddonHgexampleTenantOrderDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_cash.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminCashDao is the data access object for table hg_admin_cash. // AdminCashDao is the data access object for the table hg_admin_cash.
type AdminCashDao struct { type AdminCashDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminCashColumns // columns contains all the column names of Table for convenient usage. columns AdminCashColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminCashColumns defines and stores column names for table hg_admin_cash. // AdminCashColumns defines and stores column names for the table hg_admin_cash.
type AdminCashColumns struct { type AdminCashColumns struct {
Id string // ID Id string // ID
MemberId string // 管理员ID MemberId string // 管理员ID
@@ -32,7 +33,7 @@ type AdminCashColumns struct {
CreatedAt string // 申请时间 CreatedAt string // 申请时间
} }
// adminCashColumns holds the columns for table hg_admin_cash. // adminCashColumns holds the columns for the table hg_admin_cash.
var adminCashColumns = AdminCashColumns{ var adminCashColumns = AdminCashColumns{
Id: "id", Id: "id",
MemberId: "member_id", MemberId: "member_id",
@@ -47,44 +48,49 @@ var adminCashColumns = AdminCashColumns{
} }
// NewAdminCashDao creates and returns a new DAO object for table data access. // NewAdminCashDao creates and returns a new DAO object for table data access.
func NewAdminCashDao() *AdminCashDao { func NewAdminCashDao(handlers ...gdb.ModelHandler) *AdminCashDao {
return &AdminCashDao{ return &AdminCashDao{
group: "default", group: "default",
table: "hg_admin_cash", table: "hg_admin_cash",
columns: adminCashColumns, columns: adminCashColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminCashDao) DB() gdb.DB { func (dao *AdminCashDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminCashDao) Table() string { func (dao *AdminCashDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminCashDao) Columns() AdminCashColumns { func (dao *AdminCashDao) Columns() AdminCashColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminCashDao) Group() string { func (dao *AdminCashDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminCashDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminCashDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminCashDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminCashDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_credits_log.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminCreditsLogDao is the data access object for table hg_admin_credits_log. // AdminCreditsLogDao is the data access object for the table hg_admin_credits_log.
type AdminCreditsLogDao struct { type AdminCreditsLogDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminCreditsLogColumns // columns contains all the column names of Table for convenient usage. columns AdminCreditsLogColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminCreditsLogColumns defines and stores column names for table hg_admin_credits_log. // AdminCreditsLogColumns defines and stores column names for the table hg_admin_credits_log.
type AdminCreditsLogColumns struct { type AdminCreditsLogColumns struct {
Id string // 变动ID Id string // 变动ID
MemberId string // 管理员ID MemberId string // 管理员ID
@@ -37,7 +38,7 @@ type AdminCreditsLogColumns struct {
UpdatedAt string // 修改时间 UpdatedAt string // 修改时间
} }
// adminCreditsLogColumns holds the columns for table hg_admin_credits_log. // adminCreditsLogColumns holds the columns for the table hg_admin_credits_log.
var adminCreditsLogColumns = AdminCreditsLogColumns{ var adminCreditsLogColumns = AdminCreditsLogColumns{
Id: "id", Id: "id",
MemberId: "member_id", MemberId: "member_id",
@@ -57,44 +58,49 @@ var adminCreditsLogColumns = AdminCreditsLogColumns{
} }
// NewAdminCreditsLogDao creates and returns a new DAO object for table data access. // NewAdminCreditsLogDao creates and returns a new DAO object for table data access.
func NewAdminCreditsLogDao() *AdminCreditsLogDao { func NewAdminCreditsLogDao(handlers ...gdb.ModelHandler) *AdminCreditsLogDao {
return &AdminCreditsLogDao{ return &AdminCreditsLogDao{
group: "default", group: "default",
table: "hg_admin_credits_log", table: "hg_admin_credits_log",
columns: adminCreditsLogColumns, columns: adminCreditsLogColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminCreditsLogDao) DB() gdb.DB { func (dao *AdminCreditsLogDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminCreditsLogDao) Table() string { func (dao *AdminCreditsLogDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminCreditsLogDao) Columns() AdminCreditsLogColumns { func (dao *AdminCreditsLogDao) Columns() AdminCreditsLogColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminCreditsLogDao) Group() string { func (dao *AdminCreditsLogDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminCreditsLogDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminCreditsLogDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminCreditsLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminCreditsLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_dept.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminDeptDao is the data access object for table hg_admin_dept. // AdminDeptDao is the data access object for the table hg_admin_dept.
type AdminDeptDao struct { type AdminDeptDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminDeptColumns // columns contains all the column names of Table for convenient usage. columns AdminDeptColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminDeptColumns defines and stores column names for table hg_admin_dept. // AdminDeptColumns defines and stores column names for the table hg_admin_dept.
type AdminDeptColumns struct { type AdminDeptColumns struct {
Id string // 部门ID Id string // 部门ID
Pid string // 父部门ID Pid string // 父部门ID
@@ -36,7 +37,7 @@ type AdminDeptColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// adminDeptColumns holds the columns for table hg_admin_dept. // adminDeptColumns holds the columns for the table hg_admin_dept.
var adminDeptColumns = AdminDeptColumns{ var adminDeptColumns = AdminDeptColumns{
Id: "id", Id: "id",
Pid: "pid", Pid: "pid",
@@ -55,44 +56,49 @@ var adminDeptColumns = AdminDeptColumns{
} }
// NewAdminDeptDao creates and returns a new DAO object for table data access. // NewAdminDeptDao creates and returns a new DAO object for table data access.
func NewAdminDeptDao() *AdminDeptDao { func NewAdminDeptDao(handlers ...gdb.ModelHandler) *AdminDeptDao {
return &AdminDeptDao{ return &AdminDeptDao{
group: "default", group: "default",
table: "hg_admin_dept", table: "hg_admin_dept",
columns: adminDeptColumns, columns: adminDeptColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminDeptDao) DB() gdb.DB { func (dao *AdminDeptDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminDeptDao) Table() string { func (dao *AdminDeptDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminDeptDao) Columns() AdminDeptColumns { func (dao *AdminDeptDao) Columns() AdminDeptColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminDeptDao) Group() string { func (dao *AdminDeptDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminDeptDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminDeptDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminDeptDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminDeptDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_member.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminMemberDao is the data access object for table hg_admin_member. // AdminMemberDao is the data access object for the table hg_admin_member.
type AdminMemberDao struct { type AdminMemberDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminMemberColumns // columns contains all the column names of Table for convenient usage. columns AdminMemberColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminMemberColumns defines and stores column names for table hg_admin_member. // AdminMemberColumns defines and stores column names for the table hg_admin_member.
type AdminMemberColumns struct { type AdminMemberColumns struct {
Id string // 管理员ID Id string // 管理员ID
DeptId string // 部门ID DeptId string // 部门ID
@@ -50,7 +51,7 @@ type AdminMemberColumns struct {
UpdatedAt string // 修改时间 UpdatedAt string // 修改时间
} }
// adminMemberColumns holds the columns for table hg_admin_member. // adminMemberColumns holds the columns for the table hg_admin_member.
var adminMemberColumns = AdminMemberColumns{ var adminMemberColumns = AdminMemberColumns{
Id: "id", Id: "id",
DeptId: "dept_id", DeptId: "dept_id",
@@ -83,44 +84,49 @@ var adminMemberColumns = AdminMemberColumns{
} }
// NewAdminMemberDao creates and returns a new DAO object for table data access. // NewAdminMemberDao creates and returns a new DAO object for table data access.
func NewAdminMemberDao() *AdminMemberDao { func NewAdminMemberDao(handlers ...gdb.ModelHandler) *AdminMemberDao {
return &AdminMemberDao{ return &AdminMemberDao{
group: "default", group: "default",
table: "hg_admin_member", table: "hg_admin_member",
columns: adminMemberColumns, columns: adminMemberColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminMemberDao) DB() gdb.DB { func (dao *AdminMemberDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminMemberDao) Table() string { func (dao *AdminMemberDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminMemberDao) Columns() AdminMemberColumns { func (dao *AdminMemberDao) Columns() AdminMemberColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminMemberDao) Group() string { func (dao *AdminMemberDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminMemberDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminMemberDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminMemberDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminMemberDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_member_post.go Normal file → Executable file
View File

@@ -11,64 +11,70 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminMemberPostDao is the data access object for table hg_admin_member_post. // AdminMemberPostDao is the data access object for the table hg_admin_member_post.
type AdminMemberPostDao struct { type AdminMemberPostDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminMemberPostColumns // columns contains all the column names of Table for convenient usage. columns AdminMemberPostColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminMemberPostColumns defines and stores column names for table hg_admin_member_post. // AdminMemberPostColumns defines and stores column names for the table hg_admin_member_post.
type AdminMemberPostColumns struct { type AdminMemberPostColumns struct {
MemberId string // 管理员ID MemberId string // 管理员ID
PostId string // 岗位ID PostId string // 岗位ID
} }
// adminMemberPostColumns holds the columns for table hg_admin_member_post. // adminMemberPostColumns holds the columns for the table hg_admin_member_post.
var adminMemberPostColumns = AdminMemberPostColumns{ var adminMemberPostColumns = AdminMemberPostColumns{
MemberId: "member_id", MemberId: "member_id",
PostId: "post_id", PostId: "post_id",
} }
// NewAdminMemberPostDao creates and returns a new DAO object for table data access. // NewAdminMemberPostDao creates and returns a new DAO object for table data access.
func NewAdminMemberPostDao() *AdminMemberPostDao { func NewAdminMemberPostDao(handlers ...gdb.ModelHandler) *AdminMemberPostDao {
return &AdminMemberPostDao{ return &AdminMemberPostDao{
group: "default", group: "default",
table: "hg_admin_member_post", table: "hg_admin_member_post",
columns: adminMemberPostColumns, columns: adminMemberPostColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminMemberPostDao) DB() gdb.DB { func (dao *AdminMemberPostDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminMemberPostDao) Table() string { func (dao *AdminMemberPostDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminMemberPostDao) Columns() AdminMemberPostColumns { func (dao *AdminMemberPostDao) Columns() AdminMemberPostColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminMemberPostDao) Group() string { func (dao *AdminMemberPostDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminMemberPostDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminMemberPostDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminMemberPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminMemberPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_member_role.go Normal file → Executable file
View File

@@ -11,64 +11,70 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminMemberRoleDao is the data access object for table hg_admin_member_role. // AdminMemberRoleDao is the data access object for the table hg_admin_member_role.
type AdminMemberRoleDao struct { type AdminMemberRoleDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminMemberRoleColumns // columns contains all the column names of Table for convenient usage. columns AdminMemberRoleColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminMemberRoleColumns defines and stores column names for table hg_admin_member_role. // AdminMemberRoleColumns defines and stores column names for the table hg_admin_member_role.
type AdminMemberRoleColumns struct { type AdminMemberRoleColumns struct {
MemberId string // 管理员ID MemberId string // 管理员ID
RoleId string // 角色ID RoleId string // 角色ID
} }
// adminMemberRoleColumns holds the columns for table hg_admin_member_role. // adminMemberRoleColumns holds the columns for the table hg_admin_member_role.
var adminMemberRoleColumns = AdminMemberRoleColumns{ var adminMemberRoleColumns = AdminMemberRoleColumns{
MemberId: "member_id", MemberId: "member_id",
RoleId: "role_id", RoleId: "role_id",
} }
// NewAdminMemberRoleDao creates and returns a new DAO object for table data access. // NewAdminMemberRoleDao creates and returns a new DAO object for table data access.
func NewAdminMemberRoleDao() *AdminMemberRoleDao { func NewAdminMemberRoleDao(handlers ...gdb.ModelHandler) *AdminMemberRoleDao {
return &AdminMemberRoleDao{ return &AdminMemberRoleDao{
group: "default", group: "default",
table: "hg_admin_member_role", table: "hg_admin_member_role",
columns: adminMemberRoleColumns, columns: adminMemberRoleColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminMemberRoleDao) DB() gdb.DB { func (dao *AdminMemberRoleDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminMemberRoleDao) Table() string { func (dao *AdminMemberRoleDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminMemberRoleDao) Columns() AdminMemberRoleColumns { func (dao *AdminMemberRoleDao) Columns() AdminMemberRoleColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminMemberRoleDao) Group() string { func (dao *AdminMemberRoleDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminMemberRoleDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminMemberRoleDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminMemberRoleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminMemberRoleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_menu.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminMenuDao is the data access object for table hg_admin_menu. // AdminMenuDao is the data access object for the table hg_admin_menu.
type AdminMenuDao struct { type AdminMenuDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminMenuColumns // columns contains all the column names of Table for convenient usage. columns AdminMenuColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminMenuColumns defines and stores column names for table hg_admin_menu. // AdminMenuColumns defines and stores column names for the table hg_admin_menu.
type AdminMenuColumns struct { type AdminMenuColumns struct {
Id string // 菜单ID Id string // 菜单ID
Pid string // 父菜单ID Pid string // 父菜单ID
@@ -48,7 +49,7 @@ type AdminMenuColumns struct {
CreatedAt string // 创建时间 CreatedAt string // 创建时间
} }
// adminMenuColumns holds the columns for table hg_admin_menu. // adminMenuColumns holds the columns for the table hg_admin_menu.
var adminMenuColumns = AdminMenuColumns{ var adminMenuColumns = AdminMenuColumns{
Id: "id", Id: "id",
Pid: "pid", Pid: "pid",
@@ -79,44 +80,49 @@ var adminMenuColumns = AdminMenuColumns{
} }
// NewAdminMenuDao creates and returns a new DAO object for table data access. // NewAdminMenuDao creates and returns a new DAO object for table data access.
func NewAdminMenuDao() *AdminMenuDao { func NewAdminMenuDao(handlers ...gdb.ModelHandler) *AdminMenuDao {
return &AdminMenuDao{ return &AdminMenuDao{
group: "default", group: "default",
table: "hg_admin_menu", table: "hg_admin_menu",
columns: adminMenuColumns, columns: adminMenuColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminMenuDao) DB() gdb.DB { func (dao *AdminMenuDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminMenuDao) Table() string { func (dao *AdminMenuDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminMenuDao) Columns() AdminMenuColumns { func (dao *AdminMenuDao) Columns() AdminMenuColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminMenuDao) Group() string { func (dao *AdminMenuDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminMenuDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminMenuDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminMenuDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminMenuDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_notice.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminNoticeDao is the data access object for table hg_admin_notice. // AdminNoticeDao is the data access object for the table hg_admin_notice.
type AdminNoticeDao struct { type AdminNoticeDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminNoticeColumns // columns contains all the column names of Table for convenient usage. columns AdminNoticeColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminNoticeColumns defines and stores column names for table hg_admin_notice. // AdminNoticeColumns defines and stores column names for the table hg_admin_notice.
type AdminNoticeColumns struct { type AdminNoticeColumns struct {
Id string // 公告ID Id string // 公告ID
Title string // 公告标题 Title string // 公告标题
@@ -36,7 +37,7 @@ type AdminNoticeColumns struct {
DeletedAt string // 删除时间 DeletedAt string // 删除时间
} }
// adminNoticeColumns holds the columns for table hg_admin_notice. // adminNoticeColumns holds the columns for the table hg_admin_notice.
var adminNoticeColumns = AdminNoticeColumns{ var adminNoticeColumns = AdminNoticeColumns{
Id: "id", Id: "id",
Title: "title", Title: "title",
@@ -55,44 +56,49 @@ var adminNoticeColumns = AdminNoticeColumns{
} }
// NewAdminNoticeDao creates and returns a new DAO object for table data access. // NewAdminNoticeDao creates and returns a new DAO object for table data access.
func NewAdminNoticeDao() *AdminNoticeDao { func NewAdminNoticeDao(handlers ...gdb.ModelHandler) *AdminNoticeDao {
return &AdminNoticeDao{ return &AdminNoticeDao{
group: "default", group: "default",
table: "hg_admin_notice", table: "hg_admin_notice",
columns: adminNoticeColumns, columns: adminNoticeColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminNoticeDao) DB() gdb.DB { func (dao *AdminNoticeDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminNoticeDao) Table() string { func (dao *AdminNoticeDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminNoticeDao) Columns() AdminNoticeColumns { func (dao *AdminNoticeDao) Columns() AdminNoticeColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminNoticeDao) Group() string { func (dao *AdminNoticeDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminNoticeDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminNoticeDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminNoticeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminNoticeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_notice_read.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminNoticeReadDao is the data access object for table hg_admin_notice_read. // AdminNoticeReadDao is the data access object for the table hg_admin_notice_read.
type AdminNoticeReadDao struct { type AdminNoticeReadDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminNoticeReadColumns // columns contains all the column names of Table for convenient usage. columns AdminNoticeReadColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminNoticeReadColumns defines and stores column names for table hg_admin_notice_read. // AdminNoticeReadColumns defines and stores column names for the table hg_admin_notice_read.
type AdminNoticeReadColumns struct { type AdminNoticeReadColumns struct {
Id string // 记录ID Id string // 记录ID
NoticeId string // 公告ID NoticeId string // 公告ID
@@ -28,7 +29,7 @@ type AdminNoticeReadColumns struct {
CreatedAt string // 阅读时间 CreatedAt string // 阅读时间
} }
// adminNoticeReadColumns holds the columns for table hg_admin_notice_read. // adminNoticeReadColumns holds the columns for the table hg_admin_notice_read.
var adminNoticeReadColumns = AdminNoticeReadColumns{ var adminNoticeReadColumns = AdminNoticeReadColumns{
Id: "id", Id: "id",
NoticeId: "notice_id", NoticeId: "notice_id",
@@ -39,44 +40,49 @@ var adminNoticeReadColumns = AdminNoticeReadColumns{
} }
// NewAdminNoticeReadDao creates and returns a new DAO object for table data access. // NewAdminNoticeReadDao creates and returns a new DAO object for table data access.
func NewAdminNoticeReadDao() *AdminNoticeReadDao { func NewAdminNoticeReadDao(handlers ...gdb.ModelHandler) *AdminNoticeReadDao {
return &AdminNoticeReadDao{ return &AdminNoticeReadDao{
group: "default", group: "default",
table: "hg_admin_notice_read", table: "hg_admin_notice_read",
columns: adminNoticeReadColumns, columns: adminNoticeReadColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminNoticeReadDao) DB() gdb.DB { func (dao *AdminNoticeReadDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminNoticeReadDao) Table() string { func (dao *AdminNoticeReadDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminNoticeReadDao) Columns() AdminNoticeReadColumns { func (dao *AdminNoticeReadDao) Columns() AdminNoticeReadColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminNoticeReadDao) Group() string { func (dao *AdminNoticeReadDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminNoticeReadDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminNoticeReadDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminNoticeReadDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminNoticeReadDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_oauth.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminOauthDao is the data access object for table hg_admin_oauth. // AdminOauthDao is the data access object for the table hg_admin_oauth.
type AdminOauthDao struct { type AdminOauthDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminOauthColumns // columns contains all the column names of Table for convenient usage. columns AdminOauthColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminOauthColumns defines and stores column names for table hg_admin_oauth. // AdminOauthColumns defines and stores column names for the table hg_admin_oauth.
type AdminOauthColumns struct { type AdminOauthColumns struct {
Id string // 主键 Id string // 主键
MemberId string // 用户ID MemberId string // 用户ID
@@ -37,7 +38,7 @@ type AdminOauthColumns struct {
UpdatedAt string // 修改时间 UpdatedAt string // 修改时间
} }
// adminOauthColumns holds the columns for table hg_admin_oauth. // adminOauthColumns holds the columns for the table hg_admin_oauth.
var adminOauthColumns = AdminOauthColumns{ var adminOauthColumns = AdminOauthColumns{
Id: "id", Id: "id",
MemberId: "member_id", MemberId: "member_id",
@@ -57,44 +58,49 @@ var adminOauthColumns = AdminOauthColumns{
} }
// NewAdminOauthDao creates and returns a new DAO object for table data access. // NewAdminOauthDao creates and returns a new DAO object for table data access.
func NewAdminOauthDao() *AdminOauthDao { func NewAdminOauthDao(handlers ...gdb.ModelHandler) *AdminOauthDao {
return &AdminOauthDao{ return &AdminOauthDao{
group: "default", group: "default",
table: "hg_admin_oauth", table: "hg_admin_oauth",
columns: adminOauthColumns, columns: adminOauthColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminOauthDao) DB() gdb.DB { func (dao *AdminOauthDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminOauthDao) Table() string { func (dao *AdminOauthDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminOauthDao) Columns() AdminOauthColumns { func (dao *AdminOauthDao) Columns() AdminOauthColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminOauthDao) Group() string { func (dao *AdminOauthDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminOauthDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminOauthDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminOauthDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminOauthDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_order.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminOrderDao is the data access object for table hg_admin_order. // AdminOrderDao is the data access object for the table hg_admin_order.
type AdminOrderDao struct { type AdminOrderDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminOrderColumns // columns contains all the column names of Table for convenient usage. columns AdminOrderColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminOrderColumns defines and stores column names for table hg_admin_order. // AdminOrderColumns defines and stores column names for the table hg_admin_order.
type AdminOrderColumns struct { type AdminOrderColumns struct {
Id string // 主键 Id string // 主键
MemberId string // 管理员id MemberId string // 管理员id
@@ -34,7 +35,7 @@ type AdminOrderColumns struct {
UpdatedAt string // 修改时间 UpdatedAt string // 修改时间
} }
// adminOrderColumns holds the columns for table hg_admin_order. // adminOrderColumns holds the columns for the table hg_admin_order.
var adminOrderColumns = AdminOrderColumns{ var adminOrderColumns = AdminOrderColumns{
Id: "id", Id: "id",
MemberId: "member_id", MemberId: "member_id",
@@ -51,44 +52,49 @@ var adminOrderColumns = AdminOrderColumns{
} }
// NewAdminOrderDao creates and returns a new DAO object for table data access. // NewAdminOrderDao creates and returns a new DAO object for table data access.
func NewAdminOrderDao() *AdminOrderDao { func NewAdminOrderDao(handlers ...gdb.ModelHandler) *AdminOrderDao {
return &AdminOrderDao{ return &AdminOrderDao{
group: "default", group: "default",
table: "hg_admin_order", table: "hg_admin_order",
columns: adminOrderColumns, columns: adminOrderColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminOrderDao) DB() gdb.DB { func (dao *AdminOrderDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminOrderDao) Table() string { func (dao *AdminOrderDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminOrderDao) Columns() AdminOrderColumns { func (dao *AdminOrderDao) Columns() AdminOrderColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminOrderDao) Group() string { func (dao *AdminOrderDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminOrderDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminOrderDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminOrderDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminOrderDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_post.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminPostDao is the data access object for table hg_admin_post. // AdminPostDao is the data access object for the table hg_admin_post.
type AdminPostDao struct { type AdminPostDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminPostColumns // columns contains all the column names of Table for convenient usage. columns AdminPostColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminPostColumns defines and stores column names for table hg_admin_post. // AdminPostColumns defines and stores column names for the table hg_admin_post.
type AdminPostColumns struct { type AdminPostColumns struct {
Id string // 岗位ID Id string // 岗位ID
Code string // 岗位编码 Code string // 岗位编码
@@ -30,7 +31,7 @@ type AdminPostColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// adminPostColumns holds the columns for table hg_admin_post. // adminPostColumns holds the columns for the table hg_admin_post.
var adminPostColumns = AdminPostColumns{ var adminPostColumns = AdminPostColumns{
Id: "id", Id: "id",
Code: "code", Code: "code",
@@ -43,44 +44,49 @@ var adminPostColumns = AdminPostColumns{
} }
// NewAdminPostDao creates and returns a new DAO object for table data access. // NewAdminPostDao creates and returns a new DAO object for table data access.
func NewAdminPostDao() *AdminPostDao { func NewAdminPostDao(handlers ...gdb.ModelHandler) *AdminPostDao {
return &AdminPostDao{ return &AdminPostDao{
group: "default", group: "default",
table: "hg_admin_post", table: "hg_admin_post",
columns: adminPostColumns, columns: adminPostColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminPostDao) DB() gdb.DB { func (dao *AdminPostDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminPostDao) Table() string { func (dao *AdminPostDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminPostDao) Columns() AdminPostColumns { func (dao *AdminPostDao) Columns() AdminPostColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminPostDao) Group() string { func (dao *AdminPostDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminPostDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminPostDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_role.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminRoleDao is the data access object for table hg_admin_role. // AdminRoleDao is the data access object for the table hg_admin_role.
type AdminRoleDao struct { type AdminRoleDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminRoleColumns // columns contains all the column names of Table for convenient usage. columns AdminRoleColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminRoleColumns defines and stores column names for table hg_admin_role. // AdminRoleColumns defines and stores column names for the table hg_admin_role.
type AdminRoleColumns struct { type AdminRoleColumns struct {
Id string // 角色ID Id string // 角色ID
Name string // 角色名称 Name string // 角色名称
@@ -35,7 +36,7 @@ type AdminRoleColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// adminRoleColumns holds the columns for table hg_admin_role. // adminRoleColumns holds the columns for the table hg_admin_role.
var adminRoleColumns = AdminRoleColumns{ var adminRoleColumns = AdminRoleColumns{
Id: "id", Id: "id",
Name: "name", Name: "name",
@@ -53,44 +54,49 @@ var adminRoleColumns = AdminRoleColumns{
} }
// NewAdminRoleDao creates and returns a new DAO object for table data access. // NewAdminRoleDao creates and returns a new DAO object for table data access.
func NewAdminRoleDao() *AdminRoleDao { func NewAdminRoleDao(handlers ...gdb.ModelHandler) *AdminRoleDao {
return &AdminRoleDao{ return &AdminRoleDao{
group: "default", group: "default",
table: "hg_admin_role", table: "hg_admin_role",
columns: adminRoleColumns, columns: adminRoleColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminRoleDao) DB() gdb.DB { func (dao *AdminRoleDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminRoleDao) Table() string { func (dao *AdminRoleDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminRoleDao) Columns() AdminRoleColumns { func (dao *AdminRoleDao) Columns() AdminRoleColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminRoleDao) Group() string { func (dao *AdminRoleDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminRoleDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminRoleDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminRoleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminRoleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_role_casbin.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminRoleCasbinDao is the data access object for table hg_admin_role_casbin. // AdminRoleCasbinDao is the data access object for the table hg_admin_role_casbin.
type AdminRoleCasbinDao struct { type AdminRoleCasbinDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminRoleCasbinColumns // columns contains all the column names of Table for convenient usage. columns AdminRoleCasbinColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminRoleCasbinColumns defines and stores column names for table hg_admin_role_casbin. // AdminRoleCasbinColumns defines and stores column names for the table hg_admin_role_casbin.
type AdminRoleCasbinColumns struct { type AdminRoleCasbinColumns struct {
Id string // Id string //
PType string // PType string //
@@ -30,7 +31,7 @@ type AdminRoleCasbinColumns struct {
V5 string // V5 string //
} }
// adminRoleCasbinColumns holds the columns for table hg_admin_role_casbin. // adminRoleCasbinColumns holds the columns for the table hg_admin_role_casbin.
var adminRoleCasbinColumns = AdminRoleCasbinColumns{ var adminRoleCasbinColumns = AdminRoleCasbinColumns{
Id: "id", Id: "id",
PType: "p_type", PType: "p_type",
@@ -43,44 +44,49 @@ var adminRoleCasbinColumns = AdminRoleCasbinColumns{
} }
// NewAdminRoleCasbinDao creates and returns a new DAO object for table data access. // NewAdminRoleCasbinDao creates and returns a new DAO object for table data access.
func NewAdminRoleCasbinDao() *AdminRoleCasbinDao { func NewAdminRoleCasbinDao(handlers ...gdb.ModelHandler) *AdminRoleCasbinDao {
return &AdminRoleCasbinDao{ return &AdminRoleCasbinDao{
group: "default", group: "default",
table: "hg_admin_role_casbin", table: "hg_admin_role_casbin",
columns: adminRoleCasbinColumns, columns: adminRoleCasbinColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminRoleCasbinDao) DB() gdb.DB { func (dao *AdminRoleCasbinDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminRoleCasbinDao) Table() string { func (dao *AdminRoleCasbinDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminRoleCasbinDao) Columns() AdminRoleCasbinColumns { func (dao *AdminRoleCasbinDao) Columns() AdminRoleCasbinColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminRoleCasbinDao) Group() string { func (dao *AdminRoleCasbinDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminRoleCasbinDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminRoleCasbinDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminRoleCasbinDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminRoleCasbinDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/admin_role_menu.go Normal file → Executable file
View File

@@ -11,64 +11,70 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// AdminRoleMenuDao is the data access object for table hg_admin_role_menu. // AdminRoleMenuDao is the data access object for the table hg_admin_role_menu.
type AdminRoleMenuDao struct { type AdminRoleMenuDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns AdminRoleMenuColumns // columns contains all the column names of Table for convenient usage. columns AdminRoleMenuColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// AdminRoleMenuColumns defines and stores column names for table hg_admin_role_menu. // AdminRoleMenuColumns defines and stores column names for the table hg_admin_role_menu.
type AdminRoleMenuColumns struct { type AdminRoleMenuColumns struct {
RoleId string // 角色ID RoleId string // 角色ID
MenuId string // 菜单ID MenuId string // 菜单ID
} }
// adminRoleMenuColumns holds the columns for table hg_admin_role_menu. // adminRoleMenuColumns holds the columns for the table hg_admin_role_menu.
var adminRoleMenuColumns = AdminRoleMenuColumns{ var adminRoleMenuColumns = AdminRoleMenuColumns{
RoleId: "role_id", RoleId: "role_id",
MenuId: "menu_id", MenuId: "menu_id",
} }
// NewAdminRoleMenuDao creates and returns a new DAO object for table data access. // NewAdminRoleMenuDao creates and returns a new DAO object for table data access.
func NewAdminRoleMenuDao() *AdminRoleMenuDao { func NewAdminRoleMenuDao(handlers ...gdb.ModelHandler) *AdminRoleMenuDao {
return &AdminRoleMenuDao{ return &AdminRoleMenuDao{
group: "default", group: "default",
table: "hg_admin_role_menu", table: "hg_admin_role_menu",
columns: adminRoleMenuColumns, columns: adminRoleMenuColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *AdminRoleMenuDao) DB() gdb.DB { func (dao *AdminRoleMenuDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *AdminRoleMenuDao) Table() string { func (dao *AdminRoleMenuDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *AdminRoleMenuDao) Columns() AdminRoleMenuColumns { func (dao *AdminRoleMenuDao) Columns() AdminRoleMenuColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *AdminRoleMenuDao) Group() string { func (dao *AdminRoleMenuDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *AdminRoleMenuDao) Ctx(ctx context.Context) *gdb.Model { func (dao *AdminRoleMenuDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *AdminRoleMenuDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *AdminRoleMenuDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/pay_log.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// PayLogDao is the data access object for table hg_pay_log. // PayLogDao is the data access object for the table hg_pay_log.
type PayLogDao struct { type PayLogDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns PayLogColumns // columns contains all the column names of Table for convenient usage. columns PayLogColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// PayLogColumns defines and stores column names for table hg_pay_log. // PayLogColumns defines and stores column names for the table hg_pay_log.
type PayLogColumns struct { type PayLogColumns struct {
Id string // 主键 Id string // 主键
MemberId string // 会员ID MemberId string // 会员ID
@@ -52,7 +53,7 @@ type PayLogColumns struct {
UpdatedAt string // 修改时间 UpdatedAt string // 修改时间
} }
// payLogColumns holds the columns for table hg_pay_log. // payLogColumns holds the columns for the table hg_pay_log.
var payLogColumns = PayLogColumns{ var payLogColumns = PayLogColumns{
Id: "id", Id: "id",
MemberId: "member_id", MemberId: "member_id",
@@ -87,44 +88,49 @@ var payLogColumns = PayLogColumns{
} }
// NewPayLogDao creates and returns a new DAO object for table data access. // NewPayLogDao creates and returns a new DAO object for table data access.
func NewPayLogDao() *PayLogDao { func NewPayLogDao(handlers ...gdb.ModelHandler) *PayLogDao {
return &PayLogDao{ return &PayLogDao{
group: "default", group: "default",
table: "hg_pay_log", table: "hg_pay_log",
columns: payLogColumns, columns: payLogColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *PayLogDao) DB() gdb.DB { func (dao *PayLogDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *PayLogDao) Table() string { func (dao *PayLogDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *PayLogDao) Columns() PayLogColumns { func (dao *PayLogDao) Columns() PayLogColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *PayLogDao) Group() string { func (dao *PayLogDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *PayLogDao) Ctx(ctx context.Context) *gdb.Model { func (dao *PayLogDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *PayLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *PayLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/pay_refund.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// PayRefundDao is the data access object for table hg_pay_refund. // PayRefundDao is the data access object for the table hg_pay_refund.
type PayRefundDao struct { type PayRefundDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns PayRefundColumns // columns contains all the column names of Table for convenient usage. columns PayRefundColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// PayRefundColumns defines and stores column names for table hg_pay_refund. // PayRefundColumns defines and stores column names for the table hg_pay_refund.
type PayRefundColumns struct { type PayRefundColumns struct {
Id string // 主键ID Id string // 主键ID
MemberId string // 会员ID MemberId string // 会员ID
@@ -35,7 +36,7 @@ type PayRefundColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// payRefundColumns holds the columns for table hg_pay_refund. // payRefundColumns holds the columns for the table hg_pay_refund.
var payRefundColumns = PayRefundColumns{ var payRefundColumns = PayRefundColumns{
Id: "id", Id: "id",
MemberId: "member_id", MemberId: "member_id",
@@ -53,44 +54,49 @@ var payRefundColumns = PayRefundColumns{
} }
// NewPayRefundDao creates and returns a new DAO object for table data access. // NewPayRefundDao creates and returns a new DAO object for table data access.
func NewPayRefundDao() *PayRefundDao { func NewPayRefundDao(handlers ...gdb.ModelHandler) *PayRefundDao {
return &PayRefundDao{ return &PayRefundDao{
group: "default", group: "default",
table: "hg_pay_refund", table: "hg_pay_refund",
columns: payRefundColumns, columns: payRefundColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *PayRefundDao) DB() gdb.DB { func (dao *PayRefundDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *PayRefundDao) Table() string { func (dao *PayRefundDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *PayRefundDao) Columns() PayRefundColumns { func (dao *PayRefundDao) Columns() PayRefundColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *PayRefundDao) Group() string { func (dao *PayRefundDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *PayRefundDao) Ctx(ctx context.Context) *gdb.Model { func (dao *PayRefundDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *PayRefundDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *PayRefundDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/sys_addons_config.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// SysAddonsConfigDao is the data access object for table hg_sys_addons_config. // SysAddonsConfigDao is the data access object for the table hg_sys_addons_config.
type SysAddonsConfigDao struct { type SysAddonsConfigDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns SysAddonsConfigColumns // columns contains all the column names of Table for convenient usage. columns SysAddonsConfigColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// SysAddonsConfigColumns defines and stores column names for table hg_sys_addons_config. // SysAddonsConfigColumns defines and stores column names for the table hg_sys_addons_config.
type SysAddonsConfigColumns struct { type SysAddonsConfigColumns struct {
Id string // 配置ID Id string // 配置ID
AddonName string // 插件名称 AddonName string // 插件名称
@@ -36,7 +37,7 @@ type SysAddonsConfigColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// sysAddonsConfigColumns holds the columns for table hg_sys_addons_config. // sysAddonsConfigColumns holds the columns for the table hg_sys_addons_config.
var sysAddonsConfigColumns = SysAddonsConfigColumns{ var sysAddonsConfigColumns = SysAddonsConfigColumns{
Id: "id", Id: "id",
AddonName: "addon_name", AddonName: "addon_name",
@@ -55,44 +56,49 @@ var sysAddonsConfigColumns = SysAddonsConfigColumns{
} }
// NewSysAddonsConfigDao creates and returns a new DAO object for table data access. // NewSysAddonsConfigDao creates and returns a new DAO object for table data access.
func NewSysAddonsConfigDao() *SysAddonsConfigDao { func NewSysAddonsConfigDao(handlers ...gdb.ModelHandler) *SysAddonsConfigDao {
return &SysAddonsConfigDao{ return &SysAddonsConfigDao{
group: "default", group: "default",
table: "hg_sys_addons_config", table: "hg_sys_addons_config",
columns: sysAddonsConfigColumns, columns: sysAddonsConfigColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysAddonsConfigDao) DB() gdb.DB { func (dao *SysAddonsConfigDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *SysAddonsConfigDao) Table() string { func (dao *SysAddonsConfigDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *SysAddonsConfigDao) Columns() SysAddonsConfigColumns { func (dao *SysAddonsConfigDao) Columns() SysAddonsConfigColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *SysAddonsConfigDao) Group() string { func (dao *SysAddonsConfigDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysAddonsConfigDao) Ctx(ctx context.Context) *gdb.Model { func (dao *SysAddonsConfigDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *SysAddonsConfigDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *SysAddonsConfigDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

View File

@@ -0,0 +1,89 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
import (
"context"
"github.com/gogf/gf/v2/database/gdb"
"github.com/gogf/gf/v2/frame/g"
)
// SysAddonsInstallDao is the data access object for the table hg_sys_addons_install.
type SysAddonsInstallDao struct {
table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of the current DAO.
columns SysAddonsInstallColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
}
// SysAddonsInstallColumns defines and stores column names for the table hg_sys_addons_install.
type SysAddonsInstallColumns struct {
Id string // 主键
Name string // 插件名称
Version string // 版本号
Status string // 状态
CreatedAt string // 创建时间
UpdatedAt string // 更新时间
}
// sysAddonsInstallColumns holds the columns for the table hg_sys_addons_install.
var sysAddonsInstallColumns = SysAddonsInstallColumns{
Id: "id",
Name: "name",
Version: "version",
Status: "status",
CreatedAt: "created_at",
UpdatedAt: "updated_at",
}
// NewSysAddonsInstallDao creates and returns a new DAO object for table data access.
func NewSysAddonsInstallDao(handlers ...gdb.ModelHandler) *SysAddonsInstallDao {
return &SysAddonsInstallDao{
group: "default",
table: "hg_sys_addons_install",
columns: sysAddonsInstallColumns,
handlers: handlers,
}
}
// DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysAddonsInstallDao) DB() gdb.DB {
return g.DB(dao.group)
}
// Table returns the table name of the current DAO.
func (dao *SysAddonsInstallDao) Table() string {
return dao.table
}
// Columns returns all column names of the current DAO.
func (dao *SysAddonsInstallDao) Columns() SysAddonsInstallColumns {
return dao.columns
}
// Group returns the database configuration group name of the current DAO.
func (dao *SysAddonsInstallDao) Group() string {
return dao.group
}
// Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysAddonsInstallDao) Ctx(ctx context.Context) *gdb.Model {
model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
}
// Transaction wraps the transaction logic using function f.
// It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil.
//
// Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function.
func (dao *SysAddonsInstallDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

42
server/internal/dao/internal/sys_attachment.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// SysAttachmentDao is the data access object for table hg_sys_attachment. // SysAttachmentDao is the data access object for the table hg_sys_attachment.
type SysAttachmentDao struct { type SysAttachmentDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns SysAttachmentColumns // columns contains all the column names of Table for convenient usage. columns SysAttachmentColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// SysAttachmentColumns defines and stores column names for table hg_sys_attachment. // SysAttachmentColumns defines and stores column names for the table hg_sys_attachment.
type SysAttachmentColumns struct { type SysAttachmentColumns struct {
Id string // 文件ID Id string // 文件ID
AppId string // 应用ID AppId string // 应用ID
@@ -39,7 +40,7 @@ type SysAttachmentColumns struct {
UpdatedAt string // 修改时间 UpdatedAt string // 修改时间
} }
// sysAttachmentColumns holds the columns for table hg_sys_attachment. // sysAttachmentColumns holds the columns for the table hg_sys_attachment.
var sysAttachmentColumns = SysAttachmentColumns{ var sysAttachmentColumns = SysAttachmentColumns{
Id: "id", Id: "id",
AppId: "app_id", AppId: "app_id",
@@ -61,44 +62,49 @@ var sysAttachmentColumns = SysAttachmentColumns{
} }
// NewSysAttachmentDao creates and returns a new DAO object for table data access. // NewSysAttachmentDao creates and returns a new DAO object for table data access.
func NewSysAttachmentDao() *SysAttachmentDao { func NewSysAttachmentDao(handlers ...gdb.ModelHandler) *SysAttachmentDao {
return &SysAttachmentDao{ return &SysAttachmentDao{
group: "default", group: "default",
table: "hg_sys_attachment", table: "hg_sys_attachment",
columns: sysAttachmentColumns, columns: sysAttachmentColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysAttachmentDao) DB() gdb.DB { func (dao *SysAttachmentDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *SysAttachmentDao) Table() string { func (dao *SysAttachmentDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *SysAttachmentDao) Columns() SysAttachmentColumns { func (dao *SysAttachmentDao) Columns() SysAttachmentColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *SysAttachmentDao) Group() string { func (dao *SysAttachmentDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysAttachmentDao) Ctx(ctx context.Context) *gdb.Model { func (dao *SysAttachmentDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *SysAttachmentDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *SysAttachmentDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/sys_blacklist.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// SysBlacklistDao is the data access object for table hg_sys_blacklist. // SysBlacklistDao is the data access object for the table hg_sys_blacklist.
type SysBlacklistDao struct { type SysBlacklistDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns SysBlacklistColumns // columns contains all the column names of Table for convenient usage. columns SysBlacklistColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// SysBlacklistColumns defines and stores column names for table hg_sys_blacklist. // SysBlacklistColumns defines and stores column names for the table hg_sys_blacklist.
type SysBlacklistColumns struct { type SysBlacklistColumns struct {
Id string // 黑名单ID Id string // 黑名单ID
Ip string // IP地址 Ip string // IP地址
@@ -28,7 +29,7 @@ type SysBlacklistColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// sysBlacklistColumns holds the columns for table hg_sys_blacklist. // sysBlacklistColumns holds the columns for the table hg_sys_blacklist.
var sysBlacklistColumns = SysBlacklistColumns{ var sysBlacklistColumns = SysBlacklistColumns{
Id: "id", Id: "id",
Ip: "ip", Ip: "ip",
@@ -39,44 +40,49 @@ var sysBlacklistColumns = SysBlacklistColumns{
} }
// NewSysBlacklistDao creates and returns a new DAO object for table data access. // NewSysBlacklistDao creates and returns a new DAO object for table data access.
func NewSysBlacklistDao() *SysBlacklistDao { func NewSysBlacklistDao(handlers ...gdb.ModelHandler) *SysBlacklistDao {
return &SysBlacklistDao{ return &SysBlacklistDao{
group: "default", group: "default",
table: "hg_sys_blacklist", table: "hg_sys_blacklist",
columns: sysBlacklistColumns, columns: sysBlacklistColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysBlacklistDao) DB() gdb.DB { func (dao *SysBlacklistDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *SysBlacklistDao) Table() string { func (dao *SysBlacklistDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *SysBlacklistDao) Columns() SysBlacklistColumns { func (dao *SysBlacklistDao) Columns() SysBlacklistColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *SysBlacklistDao) Group() string { func (dao *SysBlacklistDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysBlacklistDao) Ctx(ctx context.Context) *gdb.Model { func (dao *SysBlacklistDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *SysBlacklistDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *SysBlacklistDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/sys_config.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// SysConfigDao is the data access object for table hg_sys_config. // SysConfigDao is the data access object for the table hg_sys_config.
type SysConfigDao struct { type SysConfigDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns SysConfigColumns // columns contains all the column names of Table for convenient usage. columns SysConfigColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// SysConfigColumns defines and stores column names for table hg_sys_config. // SysConfigColumns defines and stores column names for the table hg_sys_config.
type SysConfigColumns struct { type SysConfigColumns struct {
Id string // 配置ID Id string // 配置ID
Group string // 配置分组 Group string // 配置分组
@@ -35,7 +36,7 @@ type SysConfigColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// sysConfigColumns holds the columns for table hg_sys_config. // sysConfigColumns holds the columns for the table hg_sys_config.
var sysConfigColumns = SysConfigColumns{ var sysConfigColumns = SysConfigColumns{
Id: "id", Id: "id",
Group: "group", Group: "group",
@@ -53,44 +54,49 @@ var sysConfigColumns = SysConfigColumns{
} }
// NewSysConfigDao creates and returns a new DAO object for table data access. // NewSysConfigDao creates and returns a new DAO object for table data access.
func NewSysConfigDao() *SysConfigDao { func NewSysConfigDao(handlers ...gdb.ModelHandler) *SysConfigDao {
return &SysConfigDao{ return &SysConfigDao{
group: "default", group: "default",
table: "hg_sys_config", table: "hg_sys_config",
columns: sysConfigColumns, columns: sysConfigColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysConfigDao) DB() gdb.DB { func (dao *SysConfigDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *SysConfigDao) Table() string { func (dao *SysConfigDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *SysConfigDao) Columns() SysConfigColumns { func (dao *SysConfigDao) Columns() SysConfigColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *SysConfigDao) Group() string { func (dao *SysConfigDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysConfigDao) Ctx(ctx context.Context) *gdb.Model { func (dao *SysConfigDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *SysConfigDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *SysConfigDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/sys_cron.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// SysCronDao is the data access object for table hg_sys_cron. // SysCronDao is the data access object for the table hg_sys_cron.
type SysCronDao struct { type SysCronDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns SysCronColumns // columns contains all the column names of Table for convenient usage. columns SysCronColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// SysCronColumns defines and stores column names for table hg_sys_cron. // SysCronColumns defines and stores column names for the table hg_sys_cron.
type SysCronColumns struct { type SysCronColumns struct {
Id string // 任务ID Id string // 任务ID
GroupId string // 分组ID GroupId string // 分组ID
@@ -35,7 +36,7 @@ type SysCronColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// sysCronColumns holds the columns for table hg_sys_cron. // sysCronColumns holds the columns for the table hg_sys_cron.
var sysCronColumns = SysCronColumns{ var sysCronColumns = SysCronColumns{
Id: "id", Id: "id",
GroupId: "group_id", GroupId: "group_id",
@@ -53,44 +54,49 @@ var sysCronColumns = SysCronColumns{
} }
// NewSysCronDao creates and returns a new DAO object for table data access. // NewSysCronDao creates and returns a new DAO object for table data access.
func NewSysCronDao() *SysCronDao { func NewSysCronDao(handlers ...gdb.ModelHandler) *SysCronDao {
return &SysCronDao{ return &SysCronDao{
group: "default", group: "default",
table: "hg_sys_cron", table: "hg_sys_cron",
columns: sysCronColumns, columns: sysCronColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysCronDao) DB() gdb.DB { func (dao *SysCronDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *SysCronDao) Table() string { func (dao *SysCronDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *SysCronDao) Columns() SysCronColumns { func (dao *SysCronDao) Columns() SysCronColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *SysCronDao) Group() string { func (dao *SysCronDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysCronDao) Ctx(ctx context.Context) *gdb.Model { func (dao *SysCronDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *SysCronDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *SysCronDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/sys_cron_group.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// SysCronGroupDao is the data access object for table hg_sys_cron_group. // SysCronGroupDao is the data access object for the table hg_sys_cron_group.
type SysCronGroupDao struct { type SysCronGroupDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns SysCronGroupColumns // columns contains all the column names of Table for convenient usage. columns SysCronGroupColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// SysCronGroupColumns defines and stores column names for table hg_sys_cron_group. // SysCronGroupColumns defines and stores column names for the table hg_sys_cron_group.
type SysCronGroupColumns struct { type SysCronGroupColumns struct {
Id string // 任务分组ID Id string // 任务分组ID
Pid string // 父类任务分组ID Pid string // 父类任务分组ID
@@ -31,7 +32,7 @@ type SysCronGroupColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// sysCronGroupColumns holds the columns for table hg_sys_cron_group. // sysCronGroupColumns holds the columns for the table hg_sys_cron_group.
var sysCronGroupColumns = SysCronGroupColumns{ var sysCronGroupColumns = SysCronGroupColumns{
Id: "id", Id: "id",
Pid: "pid", Pid: "pid",
@@ -45,44 +46,49 @@ var sysCronGroupColumns = SysCronGroupColumns{
} }
// NewSysCronGroupDao creates and returns a new DAO object for table data access. // NewSysCronGroupDao creates and returns a new DAO object for table data access.
func NewSysCronGroupDao() *SysCronGroupDao { func NewSysCronGroupDao(handlers ...gdb.ModelHandler) *SysCronGroupDao {
return &SysCronGroupDao{ return &SysCronGroupDao{
group: "default", group: "default",
table: "hg_sys_cron_group", table: "hg_sys_cron_group",
columns: sysCronGroupColumns, columns: sysCronGroupColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysCronGroupDao) DB() gdb.DB { func (dao *SysCronGroupDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *SysCronGroupDao) Table() string { func (dao *SysCronGroupDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *SysCronGroupDao) Columns() SysCronGroupColumns { func (dao *SysCronGroupDao) Columns() SysCronGroupColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *SysCronGroupDao) Group() string { func (dao *SysCronGroupDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysCronGroupDao) Ctx(ctx context.Context) *gdb.Model { func (dao *SysCronGroupDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *SysCronGroupDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *SysCronGroupDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

42
server/internal/dao/internal/sys_dict_data.go Normal file → Executable file
View File

@@ -11,14 +11,15 @@ import (
"github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/frame/g"
) )
// SysDictDataDao is the data access object for table hg_sys_dict_data. // SysDictDataDao is the data access object for the table hg_sys_dict_data.
type SysDictDataDao struct { type SysDictDataDao struct {
table string // table is the underlying table name of the DAO. table string // table is the underlying table name of the DAO.
group string // group is the database configuration group name of current DAO. group string // group is the database configuration group name of the current DAO.
columns SysDictDataColumns // columns contains all the column names of Table for convenient usage. columns SysDictDataColumns // columns contains all the column names of Table for convenient usage.
handlers []gdb.ModelHandler // handlers for customized model modification.
} }
// SysDictDataColumns defines and stores column names for table hg_sys_dict_data. // SysDictDataColumns defines and stores column names for the table hg_sys_dict_data.
type SysDictDataColumns struct { type SysDictDataColumns struct {
Id string // 字典数据ID Id string // 字典数据ID
Label string // 字典标签 Label string // 字典标签
@@ -34,7 +35,7 @@ type SysDictDataColumns struct {
UpdatedAt string // 更新时间 UpdatedAt string // 更新时间
} }
// sysDictDataColumns holds the columns for table hg_sys_dict_data. // sysDictDataColumns holds the columns for the table hg_sys_dict_data.
var sysDictDataColumns = SysDictDataColumns{ var sysDictDataColumns = SysDictDataColumns{
Id: "id", Id: "id",
Label: "label", Label: "label",
@@ -51,44 +52,49 @@ var sysDictDataColumns = SysDictDataColumns{
} }
// NewSysDictDataDao creates and returns a new DAO object for table data access. // NewSysDictDataDao creates and returns a new DAO object for table data access.
func NewSysDictDataDao() *SysDictDataDao { func NewSysDictDataDao(handlers ...gdb.ModelHandler) *SysDictDataDao {
return &SysDictDataDao{ return &SysDictDataDao{
group: "default", group: "default",
table: "hg_sys_dict_data", table: "hg_sys_dict_data",
columns: sysDictDataColumns, columns: sysDictDataColumns,
handlers: handlers,
} }
} }
// DB retrieves and returns the underlying raw database management object of current DAO. // DB retrieves and returns the underlying raw database management object of the current DAO.
func (dao *SysDictDataDao) DB() gdb.DB { func (dao *SysDictDataDao) DB() gdb.DB {
return g.DB(dao.group) return g.DB(dao.group)
} }
// Table returns the table name of current dao. // Table returns the table name of the current DAO.
func (dao *SysDictDataDao) Table() string { func (dao *SysDictDataDao) Table() string {
return dao.table return dao.table
} }
// Columns returns all column names of current dao. // Columns returns all column names of the current DAO.
func (dao *SysDictDataDao) Columns() SysDictDataColumns { func (dao *SysDictDataDao) Columns() SysDictDataColumns {
return dao.columns return dao.columns
} }
// Group returns the configuration group name of database of current dao. // Group returns the database configuration group name of the current DAO.
func (dao *SysDictDataDao) Group() string { func (dao *SysDictDataDao) Group() string {
return dao.group return dao.group
} }
// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. // Ctx creates and returns a Model for the current DAO. It automatically sets the context for the current operation.
func (dao *SysDictDataDao) Ctx(ctx context.Context) *gdb.Model { func (dao *SysDictDataDao) Ctx(ctx context.Context) *gdb.Model {
return dao.DB().Model(dao.table).Safe().Ctx(ctx) model := dao.DB().Model(dao.table)
for _, handler := range dao.handlers {
model = handler(model)
}
return model.Safe().Ctx(ctx)
} }
// Transaction wraps the transaction logic using function f. // Transaction wraps the transaction logic using function f.
// It rollbacks the transaction and returns the error from function f if it returns non-nil error. // It rolls back the transaction and returns the error if function f returns a non-nil error.
// It commits the transaction and returns nil if function f returns nil. // It commits the transaction and returns nil if function f returns nil.
// //
// Note that, you should not Commit or Rollback the transaction in function f // Note: Do not commit or roll back the transaction in function f,
// as it is automatically handled by this function. // as it is automatically handled by this function.
func (dao *SysDictDataDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) { func (dao *SysDictDataDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f) return dao.Ctx(ctx).Transaction(ctx, f)

Some files were not shown because too many files have changed in this diff Show More