@@ -51,6 +51,6 @@ public class EvaluationScoreCount extends Model {
/**
* 能否量化
*/
- private String isQuantified;
+ private Boolean isQuantified;
}