@@ -24,7 +24,9 @@ public class QuestionCreateReqVO {
private Integer netAnswerManual;
- private Integer answerSources;
+ private String answerSources;
private String chatId;
+
+ private Integer thinkTime;
}
@@ -28,10 +28,12 @@ public class QuestionRespVO {
/**
* 创建时间
*/
@@ -32,7 +32,9 @@ public class QuestionDO extends BaseDO {