获取需要填写的历史记录

This commit is contained in:
aikai 2024-04-17 14:59:36 +08:00
parent 764a86601b
commit 739fec5112

View File

@ -13,6 +13,6 @@ public class AttendancePunchPageVO {
private Integer fieldworkFlag;
@Schema(description = "是否在打卡点 0否 1是")
private Integer checkInPoint;
// @Schema(description = "")
// private Integer checkInPoint;
@Schema(description = "当天打卡记录")
private String checkInRecordToday;
}