|
@@ -119,6 +119,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public double y { get; set; }
|
|
|
}
|
|
|
public class Point {
|
|
|
+ public string name { get; set; }
|
|
|
public string ans { get; set; }
|
|
|
public int row { get; set; }
|
|
|
public List<Pos> pos { get; set; } = new List<Pos>();
|