ANDON实体更新

yun-zuoyi
柯裕 6 years ago
parent 564de0acdd
commit 26693e107f

@ -143,6 +143,10 @@ public class AndonManageQueue extends BaseBean {
@ApiParam(value = "解决人")
private String resetUser;
@Transient
@ApiParam(value = "异常时长")
private String resetUserName;
@Column(name = "IS_SHIFT_CALL")
@ApiParam(value = "是否转呼", example = "1")
private Integer isShiftCall;
@ -226,6 +230,22 @@ public class AndonManageQueue extends BaseBean {
@ApiParam(value = "响应时长", example = "0")
private Long signTime;
@Transient
@ApiParam(value = "ANDON次数用于报表统计", example = "0")
private Integer andonCount;
@Transient
@ApiParam(value = "平均响应时长", example = "0")
private Long avgSignTime;
@Transient
@ApiParam(value = "平均解决时长", example = "0")
private Long avgResolveTime;
@Transient
@ApiParam(value = "比例", example = "0")
private Double proportion;
@Column(name = "SEND_FLAG")
@ApiParam(value = "发送标志")
private String sendFlag;

Loading…
Cancel
Save