Commit 5acbd6d637387071c0b60d5d920f9ad44daaef01
1 parent
a8c94395
update...
Showing
1 changed file
with
10 additions
and
0 deletions
src/main/java/com/bsth/server_rs/gps/entity/HistoryGpsEntity.java
| @@ -50,6 +50,8 @@ public class HistoryGpsEntity implements Serializable { | @@ -50,6 +50,8 @@ public class HistoryGpsEntity implements Serializable { | ||
| 50 | /** 多状态字段 */ | 50 | /** 多状态字段 */ |
| 51 | private Long serviceState; | 51 | private Long serviceState; |
| 52 | 52 | ||
| 53 | + private String sectionCode; | ||
| 54 | + | ||
| 53 | public String getNbbm() { | 55 | public String getNbbm() { |
| 54 | return nbbm; | 56 | return nbbm; |
| 55 | } | 57 | } |
| @@ -153,4 +155,12 @@ public class HistoryGpsEntity implements Serializable { | @@ -153,4 +155,12 @@ public class HistoryGpsEntity implements Serializable { | ||
| 153 | public void setInoutStop(int inoutStop) { | 155 | public void setInoutStop(int inoutStop) { |
| 154 | this.inoutStop = inoutStop; | 156 | this.inoutStop = inoutStop; |
| 155 | } | 157 | } |
| 158 | + | ||
| 159 | + public String getSectionCode() { | ||
| 160 | + return sectionCode; | ||
| 161 | + } | ||
| 162 | + | ||
| 163 | + public void setSectionCode(String sectionCode) { | ||
| 164 | + this.sectionCode = sectionCode; | ||
| 165 | + } | ||
| 156 | } | 166 | } |