Commit 0b9e293f authored by yangyw's avatar yangyw

feature: 增加DIFY扩展点

parent 527191c3
...@@ -30,6 +30,11 @@ public class KbDto implements Serializable { ...@@ -30,6 +30,11 @@ public class KbDto implements Serializable {
*/ */
private Integer status; private Integer status;
/**
* 命中数
*/
private Long hint;
/** /**
* 创建时间 * 创建时间
*/ */
......
...@@ -47,6 +47,11 @@ public class KbEntity implements Serializable { ...@@ -47,6 +47,11 @@ public class KbEntity implements Serializable {
*/ */
private String answer; private String answer;
/**
* 命中数
*/
private Long hint;
/** /**
* 状态0停用,1启用 * 状态0停用,1启用
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment