回传社区id

This commit is contained in:
lxu75
2025-05-09 17:17:54 +08:00
parent ecfdbf5df0
commit fbe657d770
2 changed files with 9 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ public class CommunityTargetDTO {
private String targetType;
private String targetId;
private String communityRequestId;
private List<ContentNode> content;
@Setter