Commit aa1aae67e8821b62a9bf5295139acb3c7c37f6a4

Authored by 潘钊
1 parent 24daca1f

update...

src/main/java/com/bsth/entity/ScheduleRealInfo.java
@@ -139,9 +139,6 @@ public class ScheduleRealInfo implements Serializable{ @@ -139,9 +139,6 @@ public class ScheduleRealInfo implements Serializable{
139 /** 指令下发状态 60: 已发送, 100: 设备确认收到, 200:驾驶员确认 0:失败 */ 139 /** 指令下发状态 60: 已发送, 100: 设备确认收到, 200:驾驶员确认 0:失败 */
140 private Integer directiveState = -1; 140 private Integer directiveState = -1;
141 141
142 - /** “运营状态” 指令下发状态 60: 已发送, 100: 设备确认收到 0:失败*/  
143 - private Integer opDirectiveState;  
144 -  
145 /** 起点站计划到达时间 */ 142 /** 起点站计划到达时间 */
146 @Transient 143 @Transient
147 private String qdzArrDatejh; 144 private String qdzArrDatejh;
@@ -511,14 +508,6 @@ public class ScheduleRealInfo implements Serializable{ @@ -511,14 +508,6 @@ public class ScheduleRealInfo implements Serializable{
511 this.directiveState = directiveState; 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 public String getQdzArrDatejh() { 511 public String getQdzArrDatejh() {
523 return qdzArrDatejh; 512 return qdzArrDatejh;
524 } 513 }