fei
3 天以前 68af47f24bc344d2e1c5e1a848458b38679ddad4
zhang-content/src/main/java/com/ruoyi/domain/ZIdea.java
@@ -28,9 +28,12 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    private String fileName;
    private Long uid;
    @Excel(name = "时间")
    @Excel(name = "时间",dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date happenTime;
@@ -91,4 +94,8 @@
    private Date createTime;
    /**
     * 分享人
     */
    private Integer shareId;
}