diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java
index f39f7c7..16b2766 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/PlatformStyleDTO.java
@@ -27,6 +27,12 @@ public class PlatformStyleDTO implements Serializable {
/** 平台颜色 */
private String platformColor;
+ /** 威力区半径(千米) */
+ private Double powerZoneRadius;
+
+ /** 威力区填充颜色 */
+ private String powerZoneColor;
+
public String getRoomId() {
return roomId;
}
@@ -90,4 +96,20 @@ public class PlatformStyleDTO implements Serializable {
public void setPlatformColor(String platformColor) {
this.platformColor = platformColor;
}
+
+ public Double getPowerZoneRadius() {
+ return powerZoneRadius;
+ }
+
+ public void setPowerZoneRadius(Double powerZoneRadius) {
+ this.powerZoneRadius = powerZoneRadius;
+ }
+
+ public String getPowerZoneColor() {
+ return powerZoneColor;
+ }
+
+ public void setPowerZoneColor(String powerZoneColor) {
+ this.powerZoneColor = powerZoneColor;
+ }
}
diff --git a/ruoyi-ui/src/views/cesiumMap/index.vue b/ruoyi-ui/src/views/cesiumMap/index.vue
index 358b0e8..a4fe3d9 100644
--- a/ruoyi-ui/src/views/cesiumMap/index.vue
+++ b/ruoyi-ui/src/views/cesiumMap/index.vue
@@ -92,7 +92,11 @@
/>
-
+
平台设置
@@ -106,7 +110,11 @@
/>
-
+