fei
3 天以前 68af47f24bc344d2e1c5e1a848458b38679ddad4
zhang-content/src/main/java/com/ruoyi/domain/ZfCollection.java
@@ -31,6 +31,7 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private String fileName;
    /**
     * 类别
     */
@@ -82,7 +83,7 @@
     * 所属家庭id
     */
    @Excel(name = "所属家庭编号(导入数据时请删除此栏)")
    private String familyId;
    private Long familyId;
    /**
     * 是否是本家庭的数据(0:不是,1:是)
@@ -111,9 +112,13 @@
    /**
     * 获得时间
     */
    @Excel(name = "发生时间", dateFormat = "yyyy-MM-dd")
    @Excel(name = "获得时间", dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date happenTime;
    /**
     * 分享人id
     */
    private Integer shareId;
}