fix(frontend): 添加 regionCode 到 SystemAccount 类型

This commit is contained in:
hailin 2026-01-21 02:23:35 -08:00
parent 974b45554d
commit fda022d29c
1 changed files with 1 additions and 0 deletions

View File

@ -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;