陈昶聿
2026-04-28 6301b62217ef8cbac938cd33a26362aa4ccae8a2
smartor/src/main/java/com/smartor/domain/ServiceSubtaskExport.java
@@ -44,6 +44,7 @@
    /**
     * 完成时间
     */
    @Excel(name = " 完成时间 ", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "完成时间")
    private Date finishtime;