社区feed流
This commit is contained in:
16
src/main/java/com/rj/dto/CommunityFeedDTO.java
Normal file
16
src/main/java/com/rj/dto/CommunityFeedDTO.java
Normal 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;
|
||||
|
||||
}
|
||||
@@ -78,4 +78,6 @@ public class DifyWorkflowResponseDto {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user