zouyu
2026-04-20 443b6fcdf3dd0a13cb2fc33500932f68744b4989
performance-server/src/main/java/com/ruoyi/performance/dto/PerformanceShiftMapDto.java
@@ -28,10 +28,13 @@
    private Integer monthNum;
    @ApiModelProperty("月度班次统计")
    private Map<String, Object> monthlyAttendance = new HashMap<>();
    private Map<String, Long> monthlyAttendance = new HashMap<>();
    @ApiModelProperty("月度班次统计字符串")
    private String monthlyAttendanceStr;
    @ApiModelProperty("年度班次统计")
    private Map<String, Object> sidebarAnnualAttendance = new HashMap<>();;
    private Map<String, Long> sidebarAnnualAttendance = new HashMap<>();;
    @ApiModelProperty("班次详情")
    private List<PerformanceShiftMapDto> list = new ArrayList<>();