ApplyAttendanceChangeDto
All checks were successful
类变更检测 / class-change-check (push) Successful in 15s
All checks were successful
类变更检测 / class-change-check (push) Successful in 15s
字段名&字段类型&字段注释说明 都重构
This commit is contained in:
@@ -35,8 +35,8 @@ public class ApplyAttendanceChangeDto {
|
|||||||
private Date offWorkTime;
|
private Date offWorkTime;
|
||||||
/** 变更类型(-1: 缺卡, 1: 正常, 2: 迟到, 3: 早退) */
|
/** 变更类型(-1: 缺卡, 1: 正常, 2: 迟到, 3: 早退) */
|
||||||
private String changeType;
|
private String changeType;
|
||||||
/** 变更分钟数 */
|
/** 变更分钟数统计 */
|
||||||
private String changeMinute;
|
private Integer changeMinutes;
|
||||||
/** 变更类型 + 分钟数 */
|
/** 变更类型 + 分钟数 */
|
||||||
private String[] changeData;
|
private String[] changeData;
|
||||||
/** 变更理由 */
|
/** 变更理由 */
|
||||||
|
|||||||
Reference in New Issue
Block a user