|
|
@ -286,6 +286,10 @@ public class AndonManageQueue extends BaseManageQueue implements Serializable {
|
|
|
|
@ApiParam(value ="安灯类型名称")
|
|
|
|
@ApiParam(value ="安灯类型名称")
|
|
|
|
private String alarmCodeName;
|
|
|
|
private String alarmCodeName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value ="响应时长-分钟")
|
|
|
|
|
|
|
|
private Integer downtime;
|
|
|
|
|
|
|
|
|
|
|
|
// 是否转呼
|
|
|
|
// 是否转呼
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|