Browse Source

修改{ get; set; }

CrazyIter_Bin 3 years ago
parent
commit
e34e756ed7
1 changed files with 1 additions and 1 deletions
  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
     {