This commit is contained in:
2026-01-12 16:43:08 +08:00
parent dc747139c9
commit 3c6e2683f5
110 changed files with 9630 additions and 481 deletions

View File

@@ -28,7 +28,7 @@ $tables = @(
# "admin_user_role",
# "agent",
# "agent_commission",
"agent_config"
# "agent_config"
# "agent_freeze_task",
# "agent_invite_code",
# "agent_invite_code_usage",
@@ -41,11 +41,12 @@ $tables = @(
# "agent_short_link",
# "agent_upgrade",
# "agent_wallet",
# "agent_withdrawal",
# "agent_withdrawal"
# "agent_withdrawal_tax",
# "authorization_document",
# "example",
# "feature",
# "feature"
# "alipay_from_callback"
# "global_notifications",
# "order",
# "order_refund",
@@ -57,6 +58,13 @@ $tables = @(
# "query_cleanup_log",
# "user",
# "user_auth"
# "whitelist_order",
# "whitelist_order_item",
# "user_feature_whitelist"
"complaint_main",
"complaint_alipay",
"complaint_alipay_trade",
"complaint_manual"
)
# 为每个表生成模型