|
|
@ -301,6 +301,10 @@ public class AndonManageQueue extends BaseManageQueue implements Serializable {
|
|
|
|
@ApiParam(value ="故障字符串")
|
|
|
|
@ApiParam(value ="故障字符串")
|
|
|
|
private String faultStr;
|
|
|
|
private String faultStr;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value ="百分比")
|
|
|
|
|
|
|
|
private Integer propagation;
|
|
|
|
|
|
|
|
|
|
|
|
// 是否转呼
|
|
|
|
// 是否转呼
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|