springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java
@@ -138,4 +138,7 @@ @ApiModelProperty(value = "处理状态(1.待处理 2.已处理)") private Integer handleStatus; @ApiModelProperty(value = "发生地址经纬度信息,逗号分割(长的在前面,短的在后面)") private String lngLat; } springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -115,4 +115,14 @@ * 是否公示(0.否 1.是) */ private Integer isPublicity; /** * 处理状态(1.待处理 2.已处理) */ private Integer handleStatus; /** * 发生地址经纬度信息,逗号分割 */ private String lngLat; }