|
@@ -11,7 +11,7 @@ public class StationInfoResponse {
|
|
|
private String stationGroupName;
|
|
|
private String stationLongitude;//经度
|
|
|
private String stationLatitude;//纬度
|
|
|
- private byte[] stationPic;//油站照片
|
|
|
+ private String stationPic;//油站照片
|
|
|
private Double distance;//距离
|
|
|
private Integer mno;//商户号
|
|
|
|
|
@@ -111,11 +111,11 @@ public class StationInfoResponse {
|
|
|
this.stationLatitude = stationLatitude;
|
|
|
}
|
|
|
|
|
|
- public byte[] getStationPic() {
|
|
|
+ public String getStationPic() {
|
|
|
return stationPic;
|
|
|
}
|
|
|
|
|
|
- public void setStationPic(byte[] stationPic) {
|
|
|
+ public void setStationPic(String stationPic) {
|
|
|
this.stationPic = stationPic;
|
|
|
}
|
|
|
}
|