添加字段

This commit is contained in:
林若思 2026-01-04 15:26:09 +08:00
parent 14179286bb
commit c4a79eddd2

View File

@ -12,5 +12,6 @@ data class UserInfoResp(
val gender: Int = 0,
val age: Int = 0,
val wakeUpAudioUrl: String = "",
val endAudioUrl: String = "",
val sn: String = ""
)