zhongrj
2025-02-11 b1e8a099eb3117bcbd5f2e0c9a2eb0accabd8cbf
src/main/java/org/springblade/modules/yw/vo/IndParkInfoVO.java
@@ -57,4 +57,10 @@
    */
   @ApiModelProperty(value = "应急空间数量", example = "")
   private Integer spaceNum;
   /**
    * 应急池容量
    */
   @ApiModelProperty(value = "应急池容量", example = "")
   private String emePool;
}