|
@@ -1,7 +1,7 @@
|
|
package cn.com.qmth.examcloud.core.reports.base.enums;
|
|
package cn.com.qmth.examcloud.core.reports.base.enums;
|
|
|
|
|
|
public enum AnalyseType {
|
|
public enum AnalyseType {
|
|
- SINGLE("单项分析"), TREND("单项分析");
|
|
|
|
|
|
+ SINGLE("单项分析"), TREND("趋势分析");
|
|
// ===========================================================================
|
|
// ===========================================================================
|
|
|
|
|
|
/**
|
|
/**
|