feige
2024-08-25 aad7ec30c6e3f42884532205eddb1a088edd5f3f
zhang-content/src/main/java/com/ruoyi/domain/ZIdea.java
@@ -30,7 +30,7 @@
    private Long uid;
    @Excel(name = "时间")
    @Excel(name = "时间",dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date happenTime;
@@ -91,4 +91,8 @@
    private Date createTime;
    /**
     * 分享人
     */
    private Integer shareId;
}