@@ -80,4 +80,9 @@ public class AnalysisRelateInfoVo {
* 分析主题
*/
private String analysisName;
+
+ /**
+ * 分析状态
+ */
+ private Integer analysisState;
}