|
|
@ -208,9 +208,13 @@ public class AndonManageQueue extends BaseBean {
|
|
|
|
private String haltDesc;
|
|
|
|
private String haltDesc;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam(value = "停机具体原因")
|
|
|
|
@ApiParam(value = "异常时长", example = "0")
|
|
|
|
private Long execptionTime;
|
|
|
|
private Long execptionTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "响应时长", example = "0")
|
|
|
|
|
|
|
|
private Long signTime;
|
|
|
|
|
|
|
|
|
|
|
|
// 是否转呼
|
|
|
|
// 是否转呼
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|