fei
3 天以前 458bed025c92c45ce7cfca3e685b9cb9548c61d3
zhang-content/src/main/java/com/ruoyi/domain/ZSecret.java
@@ -32,6 +32,7 @@
    private Long id;
    private Long userId;
    private String fileName;
    /**
     * 创建时间
@@ -106,6 +107,9 @@
     */
    private String url;
    /**
     * 时间
     */
    @TableField(exist = false)
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date happenStartTime;
@@ -114,5 +118,8 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date happenEndTime;
    /**
     * 分享人
     */
    private Integer shareId;
}