fuliqi
2025-02-14 9563594760a226250f7f317019792949c0606eb7
flowable/src/main/java/com/ycl/domain/dto/FlowTaskDto.java
@@ -99,6 +99,6 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date finishTime;
    private Boolean overtime;
    private String overtime;
}