【13330 20027--BI详情----产线运行情况--计划完成率浮窗显示内容优化--2020-12-18】

yun-zuoyi
陈思洁 4 years ago
parent 5941847b83
commit 419fe3a62e

@ -3,6 +3,7 @@ package cn.estsh.i3plus.pojo.mes.model;
import io.swagger.annotations.ApiParam;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
/**
@ -20,4 +21,8 @@ public class ProductBiSeriesModel {
private String type;
@ApiParam("显示的数据")
private List<Double> data;
@ApiParam("实际数量集合")
private List<Double> snQtyList = new ArrayList<>();
@ApiParam("计划数量集合")
private List<Double> planQtyList = new ArrayList<>();
}

Loading…
Cancel
Save