yudao-module-hrm/src/main/java/cn/iocoder/yudao/module/hrm/controller/admin/attendance/vo/HrmAttendanceExceptionSaveReqVO.java
@@ -7,6 +7,7 @@
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.util.List;
@Schema(description = "管理后台 - 考勤异常申请新增/修改 Request VO")
@Data
@@ -30,8 +31,8 @@
    @NotEmpty(message = "申请原因不能为空")
    private String reason;
    @Schema(description = "附件地址", example = "https://xxx.com/xxx.jpg")
    private String fileUrl;
    @Schema(description = "附件blobId列表", example = "[1, 2, 3]")
    private List<Long> blobIds;
    @Schema(description = "备注", example = "备注信息")
    private String remark;