zqy
2024-10-03 5a0f89efcca725abd41381fd74358e47b4ff3909
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;
}