doll active state

This commit is contained in:
2025-12-21 02:08:11 +08:00
parent 7bc73defbc
commit 0e0cb8f33a
6 changed files with 82 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ pub struct UserBasicDto {
pub id: String,
pub name: String,
pub username: Option<String>,
pub active_doll_id: Option<String>,
}
#[derive(Default, Serialize, Deserialize, Clone, Debug, TS)]