mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
8 lines
157 B
C#
8 lines
157 B
C#
namespace Xzy.KnowledgeBase.Models
|
|
{
|
|
public class ChartDataItem
|
|
{
|
|
public string X { get; set; }
|
|
public int Y { get; set; }
|
|
}
|
|
} |