From 76d91141294a62584362b196cbacaacd0c3ebae0 Mon Sep 17 00:00:00 2001 From: yangzhe123 <2824096059@qq.com> Date: Fri, 5 Sep 2025 16:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1-=E5=AE=9E=E4=BD=93=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/gunshi/project/hsz/entity/vo/AttResBaseVo.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/java/com/gunshi/project/hsz/entity/vo/AttResBaseVo.java b/src/main/java/com/gunshi/project/hsz/entity/vo/AttResBaseVo.java index 3216d51..99df414 100644 --- a/src/main/java/com/gunshi/project/hsz/entity/vo/AttResBaseVo.java +++ b/src/main/java/com/gunshi/project/hsz/entity/vo/AttResBaseVo.java @@ -229,4 +229,11 @@ public class AttResBaseVo { @Schema(description = "建站日期") private String esstym; + + @Schema(description = "灌溉流量 (m³/s)") + private BigDecimal irrigationFlowSum; + + @Schema(description = "生态供水流量 (m³/s)") + private BigDecimal ecologyFlow; + }