|
@@ -29,7 +29,7 @@ public class GetFinalScoreDataResp extends BaseResponse {
|
|
|
}
|
|
|
|
|
|
public void setAbsent(Boolean absent) {
|
|
|
- isAbsent = absent;
|
|
|
+ this.isAbsent = absent;
|
|
|
}
|
|
|
|
|
|
public Boolean getIllegality() {
|
|
@@ -37,7 +37,7 @@ public class GetFinalScoreDataResp extends BaseResponse {
|
|
|
}
|
|
|
|
|
|
public void setIllegality(Boolean illegality) {
|
|
|
- isIllegality = illegality;
|
|
|
+ this.isIllegality = illegality;
|
|
|
}
|
|
|
|
|
|
public Boolean getAudit() {
|
|
@@ -45,7 +45,7 @@ public class GetFinalScoreDataResp extends BaseResponse {
|
|
|
}
|
|
|
|
|
|
public void setAudit(Boolean audit) {
|
|
|
- isAudit = audit;
|
|
|
+ this.isAudit = audit;
|
|
|
}
|
|
|
|
|
|
public ScoreDataBean getScoreDataBean() {
|