@@ -12,7 +12,7 @@ public class SubjectResult {
1212 @ Nullable
1313 String pointFormula ;
1414 @ Nullable
15- Double pointBT , pointBV , pointCC , pointCK , pointGK , pointQT , pointTH ;
15+ Double pointBT , pointBV , pointCC , pointCK , pointGK , pointQT , pointTH , pointTT ;
1616 @ Nullable
1717 Double resultT4 , resultT10 ;
1818 @ Nullable
@@ -24,7 +24,7 @@ public SubjectResult() {
2424
2525 public SubjectResult (Integer index , String schoolYear , Boolean isExtendedSemester , String id , String name ,
2626 Double credit , String pointFormula , Double pointBT , Double pointBV , Double pointCC , Double pointCK ,
27- Double pointGK , Double pointQT , Double pointTH , Double resultT10 , Double resultT4 , String resultByCharacter ,
27+ Double pointGK , Double pointQT , Double pointTH , Double pointTT , Double resultT10 , Double resultT4 , String resultByCharacter ,
2828 Boolean isReStudy ) {
2929 this .index = index ;
3030 this .schoolYear = schoolYear ;
@@ -40,6 +40,7 @@ public SubjectResult(Integer index, String schoolYear, Boolean isExtendedSemeste
4040 this .pointGK = pointGK ;
4141 this .pointQT = pointQT ;
4242 this .pointTH = pointTH ;
43+ this .pointTT = pointTT ;
4344 this .resultT4 = resultT4 ;
4445 this .resultT10 = resultT10 ;
4546 this .resultByCharacter = resultByCharacter ;
@@ -158,6 +159,14 @@ public void setPointTH(Double pointTH) {
158159 this .pointTH = pointTH ;
159160 }
160161
162+ public @ Nullable Double getPointTT () {
163+ return pointTT ;
164+ }
165+
166+ public void setPointTT (Double pointTT ) {
167+ this .pointTT = pointTT ;
168+ }
169+
161170 public @ Nullable Double getResultT4 () {
162171 return resultT4 ;
163172 }
0 commit comments