@ -286,6 +286,10 @@ public class AndonManageQueue extends BaseManageQueue implements Serializable {
@ApiParam(value ="安灯类型名称")
private String alarmCodeName;
@Transient
@ApiParam(value ="响应时长-分钟")
private Integer downtime;
// 是否转呼
public Integer getIsShiftCall() {
return this.isShiftCall == null ? 0 : this.isShiftCall;
@ -93,6 +93,9 @@ public class AndonMenuInterfaceModel implements Serializable {
@ApiParam("当前产线的未解决故障统计")
private List<AndonBoardModel> pendingSolveBrokenInfoList;
@ApiParam("安灯队列停机时长")
private List<AndonManageQueue> andonManageQueueList;
public double getExceptionTimeVal() {
return exceptionTime == null ? 0 : exceptionTime;
}