Browse Source

课堂考试批阅失败

tags/正式3.3.0
雍文秀 2 years ago
parent
commit
c40b728ad7

+ 1
- 1
sclass/src/main/java/com/xhkjedu/sclass/model/paperstudent/TPaperStudent.java View File

@@ -15,7 +15,7 @@ public class TPaperStudent extends BaseBean {
15 15
     private Integer psid;
16 16
 
17 17
     //试卷id
18
-    private Integer paperid;
18
+    private Long paperid;
19 19
 
20 20
     //班级id
21 21
     private Integer classid;

+ 2
- 2
sclass/src/main/java/com/xhkjedu/sclass/model/paperstudent/TPaperStudentScantron.java View File

@@ -15,7 +15,7 @@ public class TPaperStudentScantron extends BaseBean {
15 15
     private Integer pssid;
16 16
 
17 17
     //作业id
18
-    private Integer paperid;
18
+    private Long paperid;
19 19
 
20 20
     //班级id
21 21
     private Integer classid;
@@ -27,7 +27,7 @@ public class TPaperStudentScantron extends BaseBean {
27 27
     private Integer studentid;
28 28
 
29 29
     //作业答题卡id
30
-    private Integer pscaid;
30
+    private Long pscaid;
31 31
 
32 32
     //作业学生id
33 33
     private Integer psid;

Loading…
Cancel
Save