feige
2025-11-13 6d727d545a19120f31c633957b2cf340df4a3eb1
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;
}