Browse Source

debug

master
linquan 3 months ago
parent
commit
1a23130514
  1. 5
      README.MD
  2. 4
      internal/dao/internal/advertisement.go
  3. 4
      internal/dao/internal/casbin_rule.go
  4. 4
      internal/dao/internal/game_black_list.go
  5. 4
      internal/dao/internal/game_bug.go
  6. 4
      internal/dao/internal/game_bug_client.go
  7. 4
      internal/dao/internal/game_ccd_url.go
  8. 4
      internal/dao/internal/game_ccd_url_copy_1.go
  9. 4
      internal/dao/internal/game_ccd_version.go
  10. 4
      internal/dao/internal/game_cd_key.go
  11. 4
      internal/dao/internal/game_cd_password.go
  12. 4
      internal/dao/internal/game_channel_list.go
  13. 4
      internal/dao/internal/game_gift_exchange.go
  14. 4
      internal/dao/internal/game_login_url.go
  15. 4
      internal/dao/internal/game_mail.go
  16. 4
      internal/dao/internal/game_notice.go
  17. 4
      internal/dao/internal/game_notice_log.go
  18. 4
      internal/dao/internal/game_notice_model.go
  19. 4
      internal/dao/internal/game_online.go
  20. 4
      internal/dao/internal/game_recharge.go
  21. 4
      internal/dao/internal/game_recharge_control.go
  22. 4
      internal/dao/internal/game_recharge_copy_1.go
  23. 4
      internal/dao/internal/game_recharge_log.go
  24. 4
      internal/dao/internal/game_recharge_rebate.go
  25. 4
      internal/dao/internal/game_register.go
  26. 4
      internal/dao/internal/game_router.go
  27. 4
      internal/dao/internal/game_server_json_general.go
  28. 4
      internal/dao/internal/game_shop_log.go
  29. 4
      internal/dao/internal/game_unit.go
  30. 4
      internal/dao/internal/game_unit_copy_1.go
  31. 4
      internal/dao/internal/game_version.go
  32. 4
      internal/dao/internal/game_white_list.go
  33. 4
      internal/dao/internal/gm_operate_log.go
  34. 4
      internal/dao/internal/item_income_expense_records.go
  35. 4
      internal/dao/internal/login_logout_info.go
  36. 4
      internal/dao/internal/login_out_log.go
  37. 4
      internal/dao/internal/sys_auth_rule.go
  38. 4
      internal/dao/internal/sys_config.go
  39. 4
      internal/dao/internal/sys_dept.go
  40. 4
      internal/dao/internal/sys_dict_data.go
  41. 4
      internal/dao/internal/sys_dict_type.go
  42. 4
      internal/dao/internal/sys_login_log.go
  43. 4
      internal/dao/internal/sys_oper_log.go
  44. 4
      internal/dao/internal/sys_post.go
  45. 4
      internal/dao/internal/sys_role.go
  46. 4
      internal/dao/internal/sys_role_dept.go
  47. 4
      internal/dao/internal/sys_user.go
  48. 4
      internal/dao/internal/sys_user_online.go
  49. 4
      internal/dao/internal/sys_user_post.go
  50. 4
      internal/dao/internal/web_operate_log.go
  51. 2
      internal/model/do/advertisement.go
  52. 2
      internal/model/do/casbin_rule.go
  53. 2
      internal/model/do/game_black_list.go
  54. 2
      internal/model/do/game_bug.go
  55. 2
      internal/model/do/game_bug_client.go
  56. 2
      internal/model/do/game_ccd_url.go
  57. 2
      internal/model/do/game_ccd_url_copy_1.go
  58. 2
      internal/model/do/game_ccd_version.go
  59. 2
      internal/model/do/game_cd_key.go
  60. 2
      internal/model/do/game_cd_password.go
  61. 2
      internal/model/do/game_channel_list.go
  62. 2
      internal/model/do/game_gift_exchange.go
  63. 2
      internal/model/do/game_login_url.go
  64. 2
      internal/model/do/game_mail.go
  65. 2
      internal/model/do/game_notice.go
  66. 2
      internal/model/do/game_notice_log.go
  67. 2
      internal/model/do/game_notice_model.go
  68. 2
      internal/model/do/game_online.go
  69. 2
      internal/model/do/game_recharge.go
  70. 2
      internal/model/do/game_recharge_control.go
  71. 2
      internal/model/do/game_recharge_copy_1.go
  72. 2
      internal/model/do/game_recharge_log.go
  73. 2
      internal/model/do/game_recharge_rebate.go
  74. 2
      internal/model/do/game_register.go
  75. 2
      internal/model/do/game_router.go
  76. 2
      internal/model/do/game_server_json_general.go
  77. 2
      internal/model/do/game_shop_log.go
  78. 2
      internal/model/do/game_unit.go
  79. 2
      internal/model/do/game_unit_copy_1.go
  80. 2
      internal/model/do/game_version.go
  81. 2
      internal/model/do/game_white_list.go
  82. 2
      internal/model/do/gm_operate_log.go
  83. 2
      internal/model/do/item_income_expense_records.go
  84. 2
      internal/model/do/login_logout_info.go
  85. 2
      internal/model/do/login_out_log.go
  86. 2
      internal/model/do/sys_auth_rule.go
  87. 2
      internal/model/do/sys_config.go
  88. 2
      internal/model/do/sys_dept.go
  89. 2
      internal/model/do/sys_dict_data.go
  90. 2
      internal/model/do/sys_dict_type.go
  91. 2
      internal/model/do/sys_login_log.go
  92. 2
      internal/model/do/sys_oper_log.go
  93. 2
      internal/model/do/sys_post.go
  94. 2
      internal/model/do/sys_role.go
  95. 2
      internal/model/do/sys_role_dept.go
  96. 2
      internal/model/do/sys_user.go
  97. 2
      internal/model/do/sys_user_online.go
  98. 2
      internal/model/do/sys_user_post.go
  99. 2
      internal/model/do/web_operate_log.go
  100. 2
      internal/model/entity/advertisement.go
  101. Some files were not shown because too many files have changed in this diff Show More

5
README.MD

@ -51,7 +51,10 @@ nohup ./main-linux > tyjAdmin.log 2>&1 &
ps aux | grep main-linux|grep -v grep|awk '{print $2}'|xargs kill -9
go install github.com/gogf/gf/cmd/gf/v2@v2.2.4
gf -v // 两个都是 2.2.4
// go install github.com/gogf/gf/cmd/gf/v2@v2.2.4
// 变成 last版本 *TX 之后的处理
使用下载源文件 cmd/gf 目录下 编译 go build main.go 文件 main.exe 替换 window 用户目录下的 go/bin/gf.exe 文件 修改成功
mysql数据库自动处理
gf gen dao

4
internal/dao/internal/advertisement.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -116,6 +116,6 @@ func (dao *AdvertisementDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *AdvertisementDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *AdvertisementDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/casbin_rule.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -80,6 +80,6 @@ func (dao *CasbinRuleDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *CasbinRuleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *CasbinRuleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_black_list.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -70,6 +70,6 @@ func (dao *GameBlackListDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameBlackListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameBlackListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_bug.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -84,6 +84,6 @@ func (dao *GameBugDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameBugDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameBugDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_bug_client.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -92,6 +92,6 @@ func (dao *GameBugClientDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameBugClientDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameBugClientDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_ccd_url.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -86,6 +86,6 @@ func (dao *GameCcdUrlDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameCcdUrlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameCcdUrlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_ccd_url_copy_1.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -86,6 +86,6 @@ func (dao *GameCcdUrlCopy1Dao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameCcdUrlCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameCcdUrlCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_ccd_version.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -70,6 +70,6 @@ func (dao *GameCcdVersionDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameCcdVersionDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameCcdVersionDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_cd_key.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -80,6 +80,6 @@ func (dao *GameCdKeyDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameCdKeyDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameCdKeyDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_cd_password.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -74,6 +74,6 @@ func (dao *GameCdPasswordDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameCdPasswordDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameCdPasswordDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_channel_list.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -72,6 +72,6 @@ func (dao *GameChannelListDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameChannelListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameChannelListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_gift_exchange.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -90,6 +90,6 @@ func (dao *GameGiftExchangeDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameGiftExchangeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameGiftExchangeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_login_url.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -108,6 +108,6 @@ func (dao *GameLoginUrlDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameLoginUrlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameLoginUrlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_mail.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -94,6 +94,6 @@ func (dao *GameMailDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameMailDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameMailDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_notice.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -78,6 +78,6 @@ func (dao *GameNoticeDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameNoticeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameNoticeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_notice_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -88,6 +88,6 @@ func (dao *GameNoticeLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameNoticeLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameNoticeLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_notice_model.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -76,6 +76,6 @@ func (dao *GameNoticeModelDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameNoticeModelDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameNoticeModelDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_online.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -76,6 +76,6 @@ func (dao *GameOnlineDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameOnlineDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameOnlineDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_recharge.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -102,6 +102,6 @@ func (dao *GameRechargeDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameRechargeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameRechargeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_recharge_control.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -70,6 +70,6 @@ func (dao *GameRechargeControlDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameRechargeControlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameRechargeControlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_recharge_copy_1.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -98,6 +98,6 @@ func (dao *GameRechargeCopy1Dao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameRechargeCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameRechargeCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_recharge_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -86,6 +86,6 @@ func (dao *GameRechargeLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameRechargeLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameRechargeLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_recharge_rebate.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -72,6 +72,6 @@ func (dao *GameRechargeRebateDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameRechargeRebateDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameRechargeRebateDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_register.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -80,6 +80,6 @@ func (dao *GameRegisterDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameRegisterDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameRegisterDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_router.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -84,6 +84,6 @@ func (dao *GameRouterDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameRouterDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameRouterDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_server_json_general.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -80,6 +80,6 @@ func (dao *GameServerJsonGeneralDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameServerJsonGeneralDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameServerJsonGeneralDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_shop_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -80,6 +80,6 @@ func (dao *GameShopLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameShopLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameShopLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_unit.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -98,6 +98,6 @@ func (dao *GameUnitDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameUnitDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameUnitDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_unit_copy_1.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -96,6 +96,6 @@ func (dao *GameUnitCopy1Dao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameUnitCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameUnitCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_version.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -72,6 +72,6 @@ func (dao *GameVersionDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameVersionDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameVersionDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/game_white_list.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -70,6 +70,6 @@ func (dao *GameWhiteListDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GameWhiteListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GameWhiteListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/gm_operate_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -88,6 +88,6 @@ func (dao *GmOperateLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *GmOperateLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *GmOperateLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/item_income_expense_records.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -84,6 +84,6 @@ func (dao *ItemIncomeExpenseRecordsDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *ItemIncomeExpenseRecordsDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *ItemIncomeExpenseRecordsDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/login_logout_info.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -100,6 +100,6 @@ func (dao *LoginLogoutInfoDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *LoginLogoutInfoDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *LoginLogoutInfoDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/login_out_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -76,6 +76,6 @@ func (dao *LoginOutLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *LoginOutLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *LoginOutLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_auth_rule.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -110,6 +110,6 @@ func (dao *SysAuthRuleDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysAuthRuleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysAuthRuleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_config.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -86,6 +86,6 @@ func (dao *SysConfigDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// 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)
}

4
internal/dao/internal/sys_dept.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -94,6 +94,6 @@ func (dao *SysDeptDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysDeptDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysDeptDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_dict_data.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -94,6 +94,6 @@ func (dao *SysDictDataDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// 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)
}

4
internal/dao/internal/sys_dict_type.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -84,6 +84,6 @@ func (dao *SysDictTypeDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysDictTypeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysDictTypeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_login_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -86,6 +86,6 @@ func (dao *SysLoginLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysLoginLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysLoginLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_oper_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -98,6 +98,6 @@ func (dao *SysOperLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysOperLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysOperLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_post.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -88,6 +88,6 @@ func (dao *SysPostDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_role.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -82,6 +82,6 @@ func (dao *SysRoleDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysRoleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysRoleDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_role_dept.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -70,6 +70,6 @@ func (dao *SysRoleDeptDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysRoleDeptDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysRoleDeptDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_user.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -108,6 +108,6 @@ func (dao *SysUserDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysUserDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysUserDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_user_online.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -82,6 +82,6 @@ func (dao *SysUserOnlineDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysUserOnlineDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysUserOnlineDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/sys_user_post.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -70,6 +70,6 @@ func (dao *SysUserPostDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *SysUserPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *SysUserPostDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

4
internal/dao/internal/web_operate_log.go

@ -1,5 +1,5 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package internal
@ -82,6 +82,6 @@ func (dao *WebOperateLogDao) Ctx(ctx context.Context) *gdb.Model {
//
// Note that, you should not Commit or Rollback the transaction in function f
// as it is automatically handled by this function.
func (dao *WebOperateLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx gdb.TX) error) (err error) {
func (dao *WebOperateLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
return dao.Ctx(ctx).Transaction(ctx, f)
}

2
internal/model/do/advertisement.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/casbin_rule.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_black_list.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_bug.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_bug_client.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_ccd_url.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_ccd_url_copy_1.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_ccd_version.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_cd_key.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_cd_password.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_channel_list.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_gift_exchange.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_login_url.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_mail.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_notice.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_notice_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_notice_model.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_online.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_recharge.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_recharge_control.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_recharge_copy_1.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_recharge_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_recharge_rebate.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_register.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_router.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_server_json_general.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_shop_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_unit.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_unit_copy_1.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_version.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/game_white_list.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/gm_operate_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/item_income_expense_records.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/login_logout_info.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/login_out_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_auth_rule.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_config.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_dept.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_dict_data.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_dict_type.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_login_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_oper_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_post.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_role.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_role_dept.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_user.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_user_online.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/sys_user_post.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/do/web_operate_log.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do

2
internal/model/entity/advertisement.go

@ -1,5 +1,5 @@
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity

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

Loading…
Cancel
Save