This commit is contained in:
2024-12-10 17:36:50 +08:00
parent 983cde2c7d
commit c63a553d6c
19 changed files with 352 additions and 29 deletions

6
doc/assignment_test.csv Normal file
View File

@@ -0,0 +1,6 @@
姓名,工号,性别,权限,有空
aaa,2301,1,6,1
bbb,2303,0,6,1
ccc,2303,1,6,1
mam,2304,1,6,5
waw,2305,0,6,5
1 姓名 工号 性别 权限 有空
2 aaa 2301 1 6 1
3 bbb 2303 0 6 1
4 ccc 2303 1 6 1
5 mam 2304 1 6 5
6 waw 2305 0 6 5