呼叫升级和响应升级优化

yun-zuoyi
Silliter 6 years ago
parent 8a298687c2
commit e2247b2657

@ -245,6 +245,10 @@ public class AndonManageQueue extends BaseBean {
private Double proportion;
@Transient
@ApiParam(value = "当前比例(累加)", example = "0")
private Double currentProportion;
@Transient
@ApiParam(value = "总次数(用于报表统计)", example = "0")
private Integer sumCount;

Loading…
Cancel
Save