社区feed流

This commit is contained in:
spllzh
2025-09-25 19:48:57 +08:00
parent c8a3ea254e
commit 8286e68dd2
27 changed files with 136 additions and 17 deletions

View File

@@ -0,0 +1,16 @@
package com.rj.dto;
import lombok.Data;
/**
* Author: 李中华 wx: spllzh
* Date: 2025/9/25 16:34
**/
@Data
public class CommunityFeedDTO {
String targetContent;
String targetId;
String targetType;
}

View File

@@ -78,4 +78,6 @@ public class DifyWorkflowResponseDto {