This commit is contained in:
tanglong 2025-10-14 14:10:24 +08:00
parent 72bf221637
commit b6719a55d9

View File

@ -2,6 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Drawing; using System.Drawing;
using System.Text; using System.Text;
using Wpf_AiSportsMicrospace.MyUserControl;
using Yztob.AiSports.Postures.Sports; using Yztob.AiSports.Postures.Sports;
namespace Dto namespace Dto
@ -11,7 +12,7 @@ namespace Dto
public int Index { get; set; } public int Index { get; set; }
public Point NormalizedPosition { get; set; } public Point NormalizedPosition { get; set; }
public SportBase Sport { get; set; } public SportBase Sport { get; set; }
public UserItem User { get; set; } public SportUserItem User { get; set; }
public string LastNumberText { get; set; } = ""; public string LastNumberText { get; set; } = "";
public DateTime LastJumpTime { get; set; } = DateTime.MinValue; public DateTime LastJumpTime { get; set; } = DateTime.MinValue;