zqy
2024-11-19 f8b80fc0032e15e67e7a9ca4fe644e7147f90c70
zhang-content/src/main/java/com/ruoyi/domain/ZfProperty.java
@@ -62,7 +62,7 @@
    /**
     * 发生时间
     */
    @Excel(name = "发生时间", dateFormat = "yyyy-MM-dd")
    @Excel(name = "时间", dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
@@ -72,7 +72,7 @@
     * 家庭id
     */
    @Excel(name = "所属家庭编号(导入数据时请删除此栏)")
    private String familyId;
    private Long familyId;
    /**
     * 是否是本家庭的数据(0:不是,1:是)
@@ -98,4 +98,6 @@
    @TableField(exist = false)
    private Date happenEndTime;
    private Integer shareId;
}