Merge remote-tracking branch 'origin/dev' into dev

yun-zuoyi
刘敏 6 years ago
commit a8c2474397

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

Loading…
Cancel
Save