zqy
8 天以前 82cd5b62b3d151bc6f0e3c572008c46e0c89e834
zhang-content/src/main/java/com/ruoyi/domain/ZfEvent.java
@@ -43,6 +43,8 @@
    @Excel(name="参与本次大事的人物名字")
    private String people;
    private String fileName;
    /**
     * 地点
     */
@@ -60,6 +62,10 @@
     */
    @Excel(name="备注信息")
    private String remark;
    @Excel(name="是否隐藏")
    private String isHide;
    private String url;
@@ -92,4 +98,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
    /**
     * 分享人id
     */
    private Integer shareId;
}