fix(frontend): 添加 regionCode 到 SystemAccount 类型
This commit is contained in:
parent
974b45554d
commit
fda022d29c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue