feige
2024-11-05 b4895bdc5d9268e55c0023b92cc7c2d68ba33e46
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;
}