zqy
2025-11-11 3e02abec44a648f01174a4c3494a96ccb46a3b1a
zhang-content/src/main/java/com/ruoyi/domain/ZfCollection.java
@@ -31,6 +31,7 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private String fileName;
    /**
     * 类别
     */
@@ -115,5 +116,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
    /**
     * 分享人id
     */
    private Integer shareId;
}