huanghongfa
2021-06-10 e07e4546eb630a7ae6a9216c55a0d997d4a644f3
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/grid/PageEventGridNearbyDTO.java
@@ -43,7 +43,7 @@
    }
    @Length(max=255)
    @ApiModelProperty(value = "发生的精度纬度信息(逗号隔开)", hidden = false, example = "30.65769,104.060748", required = true)
    @ApiModelProperty(value = "发生的精度纬度信息(逗号隔开'经度,维度')", hidden = false, example = "104.060748,30.65769", required = true)
    @NotNull
    private String happentLatLng;