huminmin
10 天以前 c383c8ca7053005ffa3ee58efd89956fbf52c9ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ruoyi.ai.bean;
 
import lombok.Data;
 
/**
 * @author :yys
 * @date : 2025/5/2 20:03
 */
@Data
public class ChatForm {
 
    private String memoryId;//对话id
    private String message;//用户问题
 
}