修改
This commit is contained in:
@@ -28,10 +28,16 @@ public class AiChatContent implements Serializable {
|
||||
//对话名称
|
||||
private String chatName;
|
||||
|
||||
//患者姓名
|
||||
private String patientName;
|
||||
|
||||
//0问题1答案
|
||||
private Integer type;
|
||||
|
||||
//对话内容
|
||||
private String content;
|
||||
|
||||
private Date startTime;
|
||||
private Date createTime;
|
||||
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
@@ -22,10 +22,13 @@ public class AiRecordFolder implements Serializable {
|
||||
//患者姓名
|
||||
private String patientName;
|
||||
|
||||
//聊天助手id
|
||||
private String chatAssistantId;
|
||||
|
||||
//对话id
|
||||
private String chatId;
|
||||
|
||||
private Date startTime;
|
||||
private Date createTime;
|
||||
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
Reference in New Issue
Block a user