package viewmodels type CurUserInfo struct { UserId int64 UserName string PositionId int64 PositionName string GroupId int64 GroupName string }