zqy
2026-01-02 ed43a26801d6d36e86c187f1c3ece8a16d5806c1
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;
}