天津看板添加设备状态逻辑

yun-zuoyi
宋军超 5 years ago
parent 9002bdc936
commit 6826f04b97

@ -23,4 +23,10 @@ public class MgnBoardListModel {
@ApiParam("计划完成率")
private String planCompleteRate;
@ApiParam("异常数量")
private Integer exceptQty;
@ApiParam("正常数量")
private Integer normalQty;
}

@ -45,4 +45,10 @@ public class OperateObjectParamModel {
@ApiParam("工作单元代码")
private String workCellCode;
@ApiParam(value = "安灯状态代码")
private String statusCode;
@ApiParam("设备状态集合")
private List<OperateObjectParamModel> objectParamModelList;
}

Loading…
Cancel
Save