src/main/java/org/springblade/modules/yw/vo/IndParkInfoVO.java
@@ -21,4 +21,16 @@ */ @ApiModelProperty(value = "企业数量", example = "") private Integer firmNum; /** * 园区级别 */ @ApiModelProperty(value = "园区级别", example = "") private String parkLevel; /** * 地市 */ @ApiModelProperty(value = "地市", example = "") private String regionName; }