src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/AreaVo.kt
@@ -12,6 +12,9 @@ @JsonInclude(JsonInclude.Include.NON_NULL) @ApiModel("区域条件") open class AreaVo { @ApiModelProperty("总任务id") var topTaskId: String? = null @ApiModelProperty("省份编码") var provincecode: String? = null