zhang-content/src/main/java/com/ruoyi/domain/ZfContact.java
@@ -30,6 +30,8 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; private String fileName; /** * 家人姓名 */ @@ -127,5 +129,9 @@ @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") private Date happenTime; /** * 分享人id */ private Integer shareId; }