This commit is contained in:
2026-05-20 17:51:44 +08:00
parent 246b39ca1a
commit e6a3c1605f
9 changed files with 77 additions and 29 deletions

View File

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