|
@@ -111,7 +111,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public int type { get; set; }
|
|
|
public int pageNum { get; set; }
|
|
|
public List<Pos> pos { get; set; } = new List<Pos>();
|
|
|
- public List<Point> points = new List<Point>();
|
|
|
+ public List<Point> points { get; set; } = new List<Point>();
|
|
|
}
|
|
|
public class Pos
|
|
|
{
|