Commit 17670853c43b0d68abce518b2dce3eb43de003c1
1 parent
d4d2bca8
update
Showing
1 changed file
with
10 additions
and
0 deletions
src/main/java/com/bsth/entity/schedule/SchedulePlanInfo.java
| @@ -24,6 +24,8 @@ public class SchedulePlanInfo { | @@ -24,6 +24,8 @@ public class SchedulePlanInfo { | ||
| 24 | 24 | ||
| 25 | /** 路牌名称 */ | 25 | /** 路牌名称 */ |
| 26 | private String lpName; | 26 | private String lpName; |
| 27 | + /** 线路编码 */ | ||
| 28 | + private String xlBm; | ||
| 27 | /** 线路名称 */ | 29 | /** 线路名称 */ |
| 28 | private String xlName; | 30 | private String xlName; |
| 29 | /** 车辆自编号 */ | 31 | /** 车辆自编号 */ |
| @@ -308,4 +310,12 @@ public class SchedulePlanInfo { | @@ -308,4 +310,12 @@ public class SchedulePlanInfo { | ||
| 308 | public void setBcsj(int bcsj) { | 310 | public void setBcsj(int bcsj) { |
| 309 | this.bcsj = bcsj; | 311 | this.bcsj = bcsj; |
| 310 | } | 312 | } |
| 313 | + | ||
| 314 | + public String getXlBm() { | ||
| 315 | + return xlBm; | ||
| 316 | + } | ||
| 317 | + | ||
| 318 | + public void setXlBm(String xlBm) { | ||
| 319 | + this.xlBm = xlBm; | ||
| 320 | + } | ||
| 311 | } | 321 | } |