xiangpei
2025-02-24 e9719f559ccaa5ab0689df9331f4d016c0b8c9e6
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;
}