0.3.0.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user