feat: people add new filed 'contact'

This commit is contained in:
2025-10-27 14:49:16 +08:00
parent f202eba35a
commit 81995263d6
3 changed files with 22 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ export interface People {
age?: number;
height?: number;
marital_status?: string;
contact?: string;
[key: string]: any;
}