Commit 209f61bbb9b69598fe16504e95a9f1c277a1f5e7
Merge branch 'master' of http://bj.gitlab.cnlive.com/cnlive-team/ModulePedometer
Showing
1 changed file
with
11 additions
and
9 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/collectionTrace/model/RaceNameListInfo.java
| @@ -43,6 +43,7 @@ public class RaceNameListInfo implements Serializable { | @@ -43,6 +43,7 @@ public class RaceNameListInfo implements Serializable { | ||
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | public static class EventShoeLinesBean implements Serializable { | 45 | public static class EventShoeLinesBean implements Serializable { |
| 46 | + | ||
| 46 | /** | 47 | /** |
| 47 | * createTime : 1562308026000 | 48 | * createTime : 1562308026000 |
| 48 | * darenId : 10513196 | 49 | * darenId : 10513196 |
| @@ -53,6 +54,7 @@ public class RaceNameListInfo implements Serializable { | @@ -53,6 +54,7 @@ public class RaceNameListInfo implements Serializable { | ||
| 53 | * eventName : 23515 | 54 | * eventName : 23515 |
| 54 | * id : 123 | 55 | * id : 123 |
| 55 | * isEnable : 0 | 56 | * isEnable : 0 |
| 57 | + * latLongitude : [{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.30934,"pointName":"在国图文化大厦附近"},{"latitude":39.933989,"longitude":116.309316,"pointName":"在国图文化大厦附近"},{"latitude":39.933989,"longitude":116.309316,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933696,"longitude":116.309324,"pointName":"在国图文化大厦附近"}] | ||
| 56 | * mileage : 0.0 | 58 | * mileage : 0.0 |
| 57 | * roadmap : http://wjjtest.ys2.cnliveimg.com/802/img/0/2019/07/05/156230801470911621062.png | 59 | * roadmap : http://wjjtest.ys2.cnliveimg.com/802/img/0/2019/07/05/156230801470911621062.png |
| 58 | * startLocation : 在国图文化大厦附近 | 60 | * startLocation : 在国图文化大厦附近 |
| @@ -69,12 +71,12 @@ public class RaceNameListInfo implements Serializable { | @@ -69,12 +71,12 @@ public class RaceNameListInfo implements Serializable { | ||
| 69 | private String eventName; | 71 | private String eventName; |
| 70 | private int id; | 72 | private int id; |
| 71 | private int isEnable; | 73 | private int isEnable; |
| 74 | + private String latLongitude; | ||
| 72 | private String mileage; | 75 | private String mileage; |
| 73 | private String roadmap; | 76 | private String roadmap; |
| 74 | private String startLocation; | 77 | private String startLocation; |
| 75 | private String startTime; | 78 | private String startTime; |
| 76 | private UserMsgBean userMsg; | 79 | private UserMsgBean userMsg; |
| 77 | - private String latLongitude; | ||
| 78 | 80 | ||
| 79 | public long getCreateTime() { | 81 | public long getCreateTime() { |
| 80 | return createTime; | 82 | return createTime; |
| @@ -148,6 +150,14 @@ public class RaceNameListInfo implements Serializable { | @@ -148,6 +150,14 @@ public class RaceNameListInfo implements Serializable { | ||
| 148 | this.isEnable = isEnable; | 150 | this.isEnable = isEnable; |
| 149 | } | 151 | } |
| 150 | 152 | ||
| 153 | + public String getLatLongitude() { | ||
| 154 | + return latLongitude; | ||
| 155 | + } | ||
| 156 | + | ||
| 157 | + public void setLatLongitude(String latLongitude) { | ||
| 158 | + this.latLongitude = latLongitude; | ||
| 159 | + } | ||
| 160 | + | ||
| 151 | public String getMileage() { | 161 | public String getMileage() { |
| 152 | return mileage; | 162 | return mileage; |
| 153 | } | 163 | } |
| @@ -188,14 +198,6 @@ public class RaceNameListInfo implements Serializable { | @@ -188,14 +198,6 @@ public class RaceNameListInfo implements Serializable { | ||
| 188 | this.userMsg = userMsg; | 198 | this.userMsg = userMsg; |
| 189 | } | 199 | } |
| 190 | 200 | ||
| 191 | - public String getLatLongitude() { | ||
| 192 | - return latLongitude; | ||
| 193 | - } | ||
| 194 | - | ||
| 195 | - public void setLatLongitude(String latLongitude) { | ||
| 196 | - this.latLongitude = latLongitude; | ||
| 197 | - } | ||
| 198 | - | ||
| 199 | public static class UserMsgBean implements Serializable{ | 201 | public static class UserMsgBean implements Serializable{ |
| 200 | /** | 202 | /** |
| 201 | * image : http://yweb0.cnliveimg.com/images/headImg/2019/0521/1558424757652_small.jpg | 203 | * image : http://yweb0.cnliveimg.com/images/headImg/2019/0521/1558424757652_small.jpg |