|
@@ -46,4 +46,7 @@ public class QuAnswerDTO implements Serializable {
|
|
@ApiModelProperty(value = "部分给分", required=true)
|
|
@ApiModelProperty(value = "部分给分", required=true)
|
|
private BigDecimal pathScore;
|
|
private BigDecimal pathScore;
|
|
|
|
|
|
|
|
+ public void setContent(String content) {
|
|
|
|
+ this.content = content.trim();
|
|
|
|
+ }
|
|
}
|
|
}
|