feige
2024-08-22 5e2ebcceae4bc34b46370f2c10110cd72e7f4fba
zhang-content/src/main/java/com/ruoyi/domain/ZfEvent.java
@@ -64,8 +64,14 @@
    private String url;
    @Excel(name="所属家庭编号(导入数据时请删除此栏)")
    private String familyId;
    private Long familyId;
    /**
     * 是否是本家庭的数据(0:不是,1:是)
     */
    @TableField(exist = false)
    private Integer ownData = 0;
    /**
     * 开始时间
@@ -86,4 +92,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
    /**
     * 分享人id
     */
    private Integer shareId;
}