yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/controller/admin/oa/vo/BpmOALeavePageReqVO.java
@@ -21,7 +21,7 @@ @Schema(description = "请假类型,参见 bpm_oa_type", example = "1") private Integer type; @Schema(description = "原因,模糊匹配", example = "阅读芋道源码") @Schema(description = "原因,模糊匹配", example = "阅读超级管理员") private String reason; @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)