添加注释

This commit is contained in:
zxj
2025-08-22 16:28:20 +08:00
parent cd375bfaf8
commit 578a9aaced
7 changed files with 21 additions and 0 deletions
@@ -21,6 +21,9 @@ import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import timber.log.Timber
/**
* 用户viewmodel
*/
class UserViewModel : BaseViewModel() {
// 通过人脸获取到的用户信息
private val _currentUserInfo = MutableStateFlow<EquipmentUserInfo?>(null)