3.13优化版本

This commit is contained in:
2025-03-13 18:05:11 +08:00
parent eeada32164
commit 324771bada
5 changed files with 24 additions and 15 deletions

View File

@ -64,7 +64,7 @@ public class WgzReissueacard implements Serializable {
/** 原打卡时间 */
@Excel(name = "原打卡时间")
@ApiModelProperty("原打卡时间")
private String rawTime;
private LocalDateTime rawTime;
/** 现补卡时间 */
@Excel(name = "现补卡时间" , width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")