feiyu02
2024-11-21 90615ce702dde7f1d8fed373d8f3a96796ef1f2d
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