Skip to content

Commit

Permalink
🎨 fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzaz committed Nov 11, 2023
1 parent e6953e5 commit 4c5428b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public sealed partial class IdleCardPageViewModel
[Reactive]
public string? RuningCountTxt { get; set; }

/// <summary>
/// 用户等级信息
/// </summary>
[Reactive]
public UserIdleInfo? UserIdleInfo { get; set; }

Expand Down

0 comments on commit 4c5428b

Please sign in to comment.