Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 18fb86b

Browse files
author
itning
committed
join class
1 parent 4fc5adf commit 18fb86b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/top/itning/smpandroid/entity/StudentClass.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public class StudentClass implements Serializable {
2020
* 群组名
2121
*/
2222
private String name;
23+
/**
24+
* 班号(创建时教师指定,唯一;学生加入用此)
25+
*/
26+
private String classNum;
2327
/**
2428
* 所属教师
2529
*/

0 commit comments

Comments
 (0)