Commit aa1aae67e8821b62a9bf5295139acb3c7c37f6a4
1 parent
24daca1f
update...
Showing
1 changed file
with
0 additions
and
11 deletions
src/main/java/com/bsth/entity/ScheduleRealInfo.java
| ... | ... | @@ -139,9 +139,6 @@ public class ScheduleRealInfo implements Serializable{ |
| 139 | 139 | /** 指令下发状态 60: 已发送, 100: 设备确认收到, 200:驾驶员确认 0:失败 */ |
| 140 | 140 | private Integer directiveState = -1; |
| 141 | 141 | |
| 142 | - /** “运营状态” 指令下发状态 60: 已发送, 100: 设备确认收到 0:失败*/ | |
| 143 | - private Integer opDirectiveState; | |
| 144 | - | |
| 145 | 142 | /** 起点站计划到达时间 */ |
| 146 | 143 | @Transient |
| 147 | 144 | private String qdzArrDatejh; |
| ... | ... | @@ -511,14 +508,6 @@ public class ScheduleRealInfo implements Serializable{ |
| 511 | 508 | this.directiveState = directiveState; |
| 512 | 509 | } |
| 513 | 510 | |
| 514 | - public Integer getOpDirectiveState() { | |
| 515 | - return opDirectiveState; | |
| 516 | - } | |
| 517 | - | |
| 518 | - public void setOpDirectiveState(Integer opDirectiveState) { | |
| 519 | - this.opDirectiveState = opDirectiveState; | |
| 520 | - } | |
| 521 | - | |
| 522 | 511 | public String getQdzArrDatejh() { |
| 523 | 512 | return qdzArrDatejh; |
| 524 | 513 | } | ... | ... |