xiangpei
2025-03-26 1b9936ba920d65df09ab8dba79c6252568ee26e4
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;
}