考勤打卡追加下班打卡位置
This commit is contained in:
@ -17,9 +17,12 @@ public class WgzAppPunchTheCalendarRecordThree implements Serializable {
|
||||
@ApiModelProperty("打卡时间")
|
||||
private LocalDateTime clockingTime;
|
||||
|
||||
@ApiModelProperty("打卡位置")
|
||||
@ApiModelProperty("打卡位置(上班)")
|
||||
private String pnchOsition;
|
||||
|
||||
@ApiModelProperty("打卡位置(下班)")
|
||||
private String pnchOsitionX;
|
||||
|
||||
@ApiModelProperty("打卡状态(0正常 1迟到 2早退 3上班缺卡 4下班缺卡 5上班补卡 6下班补卡 7请假)")
|
||||
private Integer clockingCondition;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user