zhang-content/src/main/java/com/ruoyi/domain/ZProperty.java
@@ -28,6 +28,7 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; private String fileName; /** * 本人id */ @@ -103,5 +104,8 @@ @JsonFormat(pattern = "yyyy-MM-dd") private Date happenEndTime; /** * 分享人 */ private Integer shareId; }