tijiao
This commit is contained in:
parent
694b046e50
commit
7528e9ebe5
20
Wpf_AiSportsMicrospace/Dto/GroupJumpRopeContext.cs
Normal file
20
Wpf_AiSportsMicrospace/Dto/GroupJumpRopeContext.cs
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Text;
|
||||||
|
using Yztob.AiSports.Postures.Sports;
|
||||||
|
|
||||||
|
namespace Dto
|
||||||
|
{
|
||||||
|
public class GroupJumpRopeContext
|
||||||
|
{
|
||||||
|
public int Index { get; set; }
|
||||||
|
public Point NormalizedPosition { get; set; }
|
||||||
|
public SportBase Sport { get; set; }
|
||||||
|
public UserItem User { get; set; }
|
||||||
|
|
||||||
|
public string LastNumberText { get; set; } = "";
|
||||||
|
public DateTime LastJumpTime { get; set; } = DateTime.MinValue;
|
||||||
|
public DateTime LastUIUpdateTime { get; set; } = DateTime.MinValue;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user