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