From fda022d29cd104c07a3dd34881b69dd4891c6318 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 21 Jan 2026 02:23:35 -0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E6=B7=BB=E5=8A=A0=20regionCod?= =?UTF-8?q?e=20=E5=88=B0=20SystemAccount=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/mining-admin-web/src/types/system-account.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/mining-admin-web/src/types/system-account.ts b/frontend/mining-admin-web/src/types/system-account.ts index 5b5cc223..3f8433fb 100644 --- a/frontend/mining-admin-web/src/types/system-account.ts +++ b/frontend/mining-admin-web/src/types/system-account.ts @@ -16,6 +16,7 @@ export type AccountSource = 'local' | 'synced'; export interface SystemAccount { accountType: SystemAccountType; + regionCode?: string | null; // 区域代码(省/市代码,如 440000, 440100) name?: string; description?: string; totalContribution?: string;