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