回收站编辑实体增加经纬度字段

dev-jingling
jingling 9 months ago
parent 0b28798f63
commit 389be4a6b1

@ -77,4 +77,10 @@ public class EnterpriserecyclestationForm {
/** 接单范围 **/
@JsonProperty("acceptRange")
private Object acceptRange;
/** 经度 **/
@JsonProperty("longitude")
private Double longitude;
/** 纬度 **/
@JsonProperty("latitude")
private Double latitude;
}

Loading…
Cancel
Save