zouyu
2026-04-14 948194840fc18c00617cbf3cf72f9e81bb0ee5b3
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.common.enums;
 
/**
 * 人员考勤导出维度枚举(year/month)
 */
public enum StaffAttendanceReportType {
 
    YEAR,
 
    MONTH
 
}