diff --git a/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/controller/app/attendance/vo/AttendancePunchPageVO.java b/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/controller/app/attendance/vo/AttendancePunchPageVO.java index 9acc233c..55dda5ae 100644 --- a/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/controller/app/attendance/vo/AttendancePunchPageVO.java +++ b/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/controller/app/attendance/vo/AttendancePunchPageVO.java @@ -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; }