zqy
2025-09-22 13ba3e8bf45ed8ca81454c2c159f569a2de69c51
zhang-content/src/main/java/com/ruoyi/domain/ZfEvent.java
@@ -43,6 +43,8 @@
    @Excel(name="参与本次大事的人物名字")
    private String people;
    private String fileName;
    /**
     * 地点
     */
@@ -92,4 +94,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
    /**
     * 分享人id
     */
    private Integer shareId;
}