zhang-content/src/main/java/com/ruoyi/domain/ZIdea.java
@@ -28,9 +28,12 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; private String fileName; private Long uid; @Excel(name = "时间") @Excel(name = "时间",dateFormat = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd") private Date happenTime; @@ -91,4 +94,8 @@ private Date createTime; /** * 分享人 */ private Integer shareId; }