-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
45 lines (45 loc) · 1.01 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"2021-01": {
"software": [
{
"id": "0690",
"name": "AI융합CApstoneDesignI",
"grade": 4,
"type": "전필",
"score": 3,
"prof": "길현영",
"max": 12,
"time": "화)10:00∼13:00",
"classroom": "전자관325",
"major": "소프트",
"classType": "PtBL"
},
{
"id": "0690",
"name": "AI융합CApstoneDesignI",
"grade": 4,
"type": "전필",
"score": 3,
"prof": "길현영",
"max": 12,
"time": "화)10:00∼13:00",
"classroom": "전자관325",
"major": "소프트",
"classType": "PtBL"
},
{
"id": "0690",
"name": "AI융합CApstoneDesignI",
"grade": 4,
"type": "전필",
"score": 3,
"prof": "길현영",
"max": 12,
"time": "화)10:00∼13:00",
"classroom": "전자관325",
"major": "소프트",
"classType": "PtBL"
}
]
}
}