zxl
2025-03-11 a962c4f2118253ff5efebfa8d32b7e2337ca4c0d
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;
}