新增后台管理
This commit is contained in:
@@ -23,16 +23,34 @@ $tables = @(
|
||||
# "agent_rewards",
|
||||
# "agent_wallet",
|
||||
# "agent_withdrawal",
|
||||
"agent_real_name"
|
||||
# "agent_real_name"
|
||||
# "feature",
|
||||
# "global_notifications",
|
||||
# "global_notifications"
|
||||
# "order",
|
||||
# "order_refund"
|
||||
# "product",
|
||||
# "product_feature",
|
||||
# "query",
|
||||
# "query_cleanup_log"
|
||||
# "query_cleanup_detail"
|
||||
"query_cleanup_config"
|
||||
# "user"
|
||||
# "user_auth"
|
||||
# "example"
|
||||
# "admin_user"
|
||||
# "admin_user_role"
|
||||
# "admin_api",
|
||||
# "admin_menu"
|
||||
# "admin_role",
|
||||
# "admin_role_api",
|
||||
# "admin_role_menu",
|
||||
# "admin_dict_data"
|
||||
# "admin_dict_type"
|
||||
# "admin_promotion_link"
|
||||
# "admin_promotion_link_stats_total"
|
||||
# "admin_promotion_link_stats_history"
|
||||
# "admin_promotion_order"
|
||||
|
||||
)
|
||||
|
||||
# 为每个表生成模型
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
module script
|
||||
|
||||
go 1.23.4
|
||||
|
||||
require (
|
||||
github.com/samber/lo v1.50.0 // indirect
|
||||
golang.org/x/text v0.22.0 // indirect
|
||||
)
|
||||
|
||||
4
deploy/script/go.sum
Normal file
4
deploy/script/go.sum
Normal file
@@ -0,0 +1,4 @@
|
||||
github.com/samber/lo v1.50.0 h1:XrG0xOeHs+4FQ8gJR97zDz5uOFMW7OwFWiFVzqopKgY=
|
||||
github.com/samber/lo v1.50.0/go.mod h1:RjZyNk6WSnUFRKK6EyOhsRJMqft3G+pg7dCWHQCWvsc=
|
||||
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
|
||||
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
|
||||
Reference in New Issue
Block a user