Merge branch 'dev' of http://8.153.108.90:3000/YD/Wpf_AiSportsMicrospace into dev
This commit is contained in:
commit
72bf221637
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