This commit is contained in:
freedakgmail
2025-11-30 14:00:42 +08:00
parent 89f1e061d4
commit b7f3592db3
167 changed files with 1334 additions and 1038 deletions
+2
View File
@@ -44,6 +44,7 @@ export interface FamilyMember {
// Location
ancestralHome?: string // 籍贯
birthPlace?: string
deathPlace?: string // 逝世地
burialPlace?: string // 墓地 (for deceased)
// Contact Information
@@ -51,6 +52,7 @@ export interface FamilyMember {
telephone?: string // 固定电话
email?: string // 邮箱
address?: string // 现居地址
occupation?: string // 职业
// Relationships (Adjacency List style)
fatherId?: string