dashboard
repositories
filestore
activity
search
login
gzdyh
/
back
广州市综治平台后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feature:对接纠纷办理反馈信息-1.0版本完成
文锦钊
8 days ago
aaddd034c256dd37c9f5c0b9971b07b1630d46fa
[gzdyh/back.git]
/
dyh-service
/
dyh-sys
/
src
/
main
/
java
/
cn
/
huge
/
module
/
ai
/
domain
/
AiBodyDto.java
1
2
3
4
5
6
7
8
9
10
package cn.huge.module.ai.domain;
import lombok.Data;
@Data
public class AiBodyDto {
private String response_mode;
private String conversationId;
private String answer;
}