浏览代码

修改{ get; set; }

CrazyIter_Bin 3 年之前
父节点
当前提交
e34e756ed7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelOS.SDK/Models/Cosmos/Common/SheetConfig.cs

+ 1 - 1
TEAMModelOS.SDK/Models/Cosmos/Common/SheetConfig.cs

@@ -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
     {