语料结果分析入参修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.volvo.ai.analytic.center.dto.req;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@@ -7,6 +8,6 @@ public class SummaryQuestionRequestDTO {
|
||||
|
||||
private String summaryReportId;
|
||||
|
||||
private String preliminarySummaryResults;
|
||||
private JSONObject preliminarySummaryResults;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user