ll
liukangdong
2025-03-10 2bc4a739db642494accbf5be1fa55793f4652f44
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/ProblemLogVo.java
@@ -34,6 +34,6 @@
    private BigDecimal score;
    @ApiModelProperty(value = "创建时间")
    @ExcelColumn(name="创建时间")
    @ExcelColumn(name="创建时间",dateFormat="yyyy-MM-dd HH:mm")
    private Date createDate;
}