代码合并
This commit is contained in:
@@ -10,4 +10,8 @@ public class DifyCommunityTargetResult {
|
|||||||
private String commentAnswer;
|
private String commentAnswer;
|
||||||
|
|
||||||
private String targetType;
|
private String targetType;
|
||||||
|
|
||||||
|
private String keyWords;
|
||||||
|
|
||||||
|
private String targetTag;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,4 +54,22 @@ public class AiAnalysisRequestLogs {
|
|||||||
@TableField("create_time")
|
@TableField("create_time")
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建者
|
||||||
|
*/
|
||||||
|
@TableField("create_by")
|
||||||
|
private String createBy;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 更新者
|
||||||
|
*/
|
||||||
|
@TableField("update_by")
|
||||||
|
private String updateBy;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 更新时间
|
||||||
|
*/
|
||||||
|
@TableField("update_time")
|
||||||
|
private Date updateTime;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user