Task1812:仓库健康度指标视图及相关指标自定义(#476)

yun-zuoyi
袁津哲 5 years ago
parent 6e3da00fda
commit 5d1c79ef13

@ -29,7 +29,7 @@ public class WmsHealthIndicatorReportModel implements Serializable {
public Set<String> legendList;
@ApiParam(value = "X轴数据集合")
public Set<String> xAxisList;
public List<String> xAxisList;
@ApiParam(value = "图表数据集合")
public List<Map<String, Object>> seriesDataList;

Loading…
Cancel
Save