16073 19081-看板管理-产量看板-产量看板调整

yun-zuoyi
joke.wang 4 years ago
parent 00a12b8a1c
commit 5eae801feb

@ -301,6 +301,10 @@ public class AndonManageQueue extends BaseManageQueue implements Serializable {
@ApiParam(value ="故障字符串")
private String faultStr;
@Transient
@ApiParam(value ="百分比")
private Integer propagation;
// 是否转呼
public Integer getIsShiftCall() {
return this.isShiftCall == null ? 0 : this.isShiftCall;

@ -87,6 +87,8 @@ public class MgnBjBoardModel implements Serializable {
private Map<String, Object> resultMap;
private Object obj;
@ApiParam("显示数据")
private List<MgnBjBoardSeriesModel> seriesModels;
}

Loading…
Cancel
Save