|
|
@ -325,6 +325,14 @@ public class AndonManageQueue extends BaseBean {
|
|
|
|
@ApiParam(value = "安灯状态集合")
|
|
|
|
@ApiParam(value = "安灯状态集合")
|
|
|
|
private List<String> statusCodeList;
|
|
|
|
private List<String> statusCodeList;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "日发生次数")
|
|
|
|
|
|
|
|
private int dayTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "周发生次数")
|
|
|
|
|
|
|
|
private int weekendsTime;
|
|
|
|
|
|
|
|
|
|
|
|
// 是否转呼
|
|
|
|
// 是否转呼
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
public Integer getIsShiftCall() {
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|
return this.isShiftCall == null ? 0 : this.isShiftCall;
|
|
|
|