yangys
2024-04-18 85bb45834b1a2fd993d9f8653c48d14efc12a59e
smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/vo/ChartGanttStatusDataVO.java
@@ -58,13 +58,13 @@
    }
    public ChartGanttStatusDataVO(final List<ColorStatus> colorStatusInfo, final List<SeriesItem<GanttStatusVO>> series) {
        this.colorStatusInfo = new ArrayList();
        this.colorStatusInfo = new ArrayList<>();
        this.colorStatusInfo = colorStatusInfo;
        this.series = series;
    }
    public ChartGanttStatusDataVO() {
        this.colorStatusInfo = new ArrayList();
        this.colorStatusInfo = new ArrayList<>();
    }
    public List<ColorStatus> getColorStatusInfo() {