This commit is contained in:
2025-05-09 17:54:28 +08:00
parent 8003431fdb
commit 00c2f07769
110 changed files with 11003 additions and 576 deletions

View File

@@ -7,7 +7,7 @@ $TEMPLATE_DIR = "../template"
# 表名列表
$tables = @(
"example_params"
# "example_params"
# "feature",
# "global_notifications",
# "order",
@@ -17,6 +17,19 @@ $tables = @(
# "query",
# "user",
# "user_auth"
# "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"
)
# 为每个表生成模型