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 {
|
export interface SystemAccount {
|
||||||
accountType: SystemAccountType;
|
accountType: SystemAccountType;
|
||||||
|
regionCode?: string | null; // 区域代码(省/市代码,如 440000, 440100)
|
||||||
name?: string;
|
name?: string;
|
||||||
description?: string;
|
description?: string;
|
||||||
totalContribution?: string;
|
totalContribution?: string;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue