zouyu
2026-04-20 1702e168020f36627c7de0b145e7e4f67a0fb2e1
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<>();