|
@@ -59,4 +59,17 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
/// </summary>
|
|
|
public List<ConfigContent> contents { get; set; }
|
|
|
}
|
|
|
+ public class ConfigContent
|
|
|
+ {
|
|
|
+ public int type { get; set; }
|
|
|
+ public int x { get; set; }
|
|
|
+ public int y { get; set; }
|
|
|
+ public int width { get; set; }
|
|
|
+ public int height { get; set; }
|
|
|
+ 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; }
|
|
|
+ }
|
|
|
}
|