Commit a145aaef authored by gaozhaochen's avatar gaozhaochen

optimize: 机器人问答返回结果

parent 92ecc440
...@@ -41,6 +41,6 @@ public class CurrentUser implements Serializable { ...@@ -41,6 +41,6 @@ public class CurrentUser implements Serializable {
/** /**
* 机器人问答 * 机器人问答
*/ */
private List<List<String>> qaHistory; private String qaHistory;
} }
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