Browse Source

修改ConfigContent 字段類型

JAELYS 3 years ago
parent
commit
9c1bbfbe1d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      TEAMModelOS.SDK/Models/Cosmos/Common/SheetConfig.cs

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

@@ -102,7 +102,6 @@ namespace TEAMModelOS.SDK.Models
         public int pageNum { get; set; }
         public int vblockCount { get; set; }
         public int hblockCount { get; set; }
-        public string id { get; set; }
-        public bool isFix { get; set; }
+        public int id { get; set; }        
     }
 }