Skip to content

Commit a056fc3

Browse files
author
nononi
committed
作业8
1 parent 5e21a45 commit a056fc3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
school.studentIds = 0,1
2+
school.studentNames = amy, bella
3+
school.klassIds = 0,1
4+
school.studentKlassRelation[0].studentId = 0
5+
school.studentKlassRelation[0].klassId = 0
6+
school.studentKlassRelation[1].studentId = 1
7+
school.studentKlassRelation[1].klassId = 1
8+
school.enabled = true
9+

0 commit comments

Comments
 (0)