安灯事件原因报表增加日发生频次, 周发生频次

Signed-off-by: crish <570360737@qq.com>
yun-zuoyi
crish 6 years ago
parent 52a770ad45
commit 81128be4e7

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

Loading…
Cancel
Save