ApplyAttendanceChangeDto
All checks were successful
类变更检测 / class-change-check (push) Successful in 15s

字段名&字段类型&字段注释说明 都重构
This commit is contained in:
2026-06-08 16:05:26 +08:00
parent 717278de4a
commit e6c90eccff

View File

@@ -35,8 +35,8 @@ public class ApplyAttendanceChangeDto {
private Date offWorkTime;
/** 变更类型(-1: 缺卡, 1: 正常, 2: 迟到, 3: 早退) */
private String changeType;
/** 变更分钟数 */
private String changeMinute;
/** 变更分钟数统计 */
private Integer changeMinutes;
/** 变更类型 + 分钟数 */
private String[] changeData;
/** 变更理由 */