切换家庭,我的修改名称,手机号

This commit is contained in:
2026-05-11 17:50:35 +08:00
parent a8def9d719
commit e8de34b136
32 changed files with 721 additions and 84 deletions

View File

@@ -0,0 +1,6 @@
package com.example.defenseapplication.model
data class FamilyItem(
val id: String,
val name: String
)