From bc6b2ba77775182f5bfb8511cb9b0843c3b01092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E9=B8=BF=E5=B1=95?= <18031053041@163.com> Date: Mon, 10 Aug 2026 21:20:35 +0800 Subject: [PATCH] =?UTF-8?q?BI=E6=9C=88=E5=8F=B0=E5=8A=A8=E6=80=81=E7=9C=9F?= =?UTF-8?q?=E5=AE=9E=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../facadeApi/biReport/vo/platform/PlatformOverviewVO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mhd-bi/src/main/java/com/mhd/bi/interfaces/facadeApi/biReport/vo/platform/PlatformOverviewVO.java b/mhd-bi/src/main/java/com/mhd/bi/interfaces/facadeApi/biReport/vo/platform/PlatformOverviewVO.java index a34587b34..fc66de7b5 100644 --- a/mhd-bi/src/main/java/com/mhd/bi/interfaces/facadeApi/biReport/vo/platform/PlatformOverviewVO.java +++ b/mhd-bi/src/main/java/com/mhd/bi/interfaces/facadeApi/biReport/vo/platform/PlatformOverviewVO.java @@ -18,7 +18,7 @@ public class PlatformOverviewVO { private Integer totalPlatforms; @ApiModelProperty("当前占用率,单位:%") - private Integer currentOccupancyRate; + private Double currentOccupancyRate; @ApiModelProperty("当前作业中,单位:个") private Integer operatingPlatforms;