mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
9 lines
199 B
C#
9 lines
199 B
C#
namespace Xzy.KnowledgeBase.Models
|
|
{
|
|
public class OfflineChartDataItem
|
|
{
|
|
public long X { get; set; }
|
|
public int Y1 { get; set; }
|
|
public int Y2 { get; set; }
|
|
}
|
|
} |