变更查看当前用户今日打卡返回实体

This commit is contained in:
2025-02-27 10:44:04 +08:00
parent e50082fe20
commit 399a70c564
3 changed files with 40 additions and 5 deletions

View File

@ -15,4 +15,10 @@ import java.io.Serializable;
public class WgzAppUserClockingConditionRes implements Serializable {
@ApiModelProperty("务工者今日打卡状态0上班 1下班 2请假 3已完成")
private Integer clockingCondition;
@ApiModelProperty("上班状态0正常 1迟到 2缺卡 3补卡 4请假")
private Integer in;
@ApiModelProperty("下班状态0正常 1早退 2缺卡 3补卡 4请假")
private Integer out;
}