dashboard
repositories
filestore
activity
search
login
gzdyh
/
back
广州市综治平台后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feature:增加市民编号,增加AI问答
xusd
1 days ago
3feed5879e5a9b794862bf46d38c7f66cfe41d50
[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;
}