-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
235 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
}, | ||
"7": | ||
{ | ||
"name":"경희대학교학생지원센터", | ||
"name":"학생지원센터", | ||
"phones":{ | ||
"국제캠퍼스":"031-201-3051~4" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
const Map<String, dynamic> companyData = {"1": | ||
{ | ||
"name":"용남고속", | ||
"phones":{ | ||
"경희대영업소":"031-273-8335", | ||
"대표번호":"031-295-7105" | ||
}, | ||
"address": "경희대영업소: 경기도 용인시 기흥구 덕영대로 1732 (서천동, 경희대학교 국제캠퍼스)", | ||
"buses":["9","5100","7000"], | ||
"url":"none" | ||
}, | ||
"2": | ||
{ | ||
"name":"대원고속", | ||
"phones":{ | ||
"경희대영업소1":"031-204-6657", | ||
"경희대영업소2":"031-206-1570", | ||
"KD통합콜센터":"02-455-2114", | ||
"대표번호":"031-333-8157" | ||
}, | ||
"address":"경희대영업소: 경기도 용인시 기흥구 덕영대로 1732 (서천동, 경희대학교 국제캠퍼스)", | ||
"buses":["1112","1560A","1560B"], | ||
"url":"http://www.buspia.co.kr/subpage/cus/cusCen.php" | ||
}, | ||
"3": | ||
{ | ||
"name":"경기고속", | ||
"phones":{ | ||
"경희대영업소1":"031-204-6657", | ||
"경희대영업소2":"031-206-1570", | ||
"KD통합콜센터":"02-455-2114" | ||
}, | ||
"address":"경희대영업소: 경기도 용인시 기흥구 덕영대로 1732 (서천동, 경희대학교 국제캠퍼스)", | ||
"buses":["M5107"], | ||
"url":"http://www.buspia.co.kr/subpage/cus/cusCen.php" | ||
}, | ||
"4": | ||
{ | ||
"name":"경기도청-버스불편신고", | ||
"phones":{ | ||
"경기도콜센터":"031-120" | ||
}, | ||
"url":"https://www.gg.go.kr/contents/contents.do?ciIdx=1003&menuId=2287" | ||
}, | ||
"5": | ||
{ | ||
"name":"경기도버스운송조합", | ||
"phones":{ | ||
"경기도버스운송조합C/S":"031-246-4211", | ||
"대표번호":"02-455-2114" | ||
}, | ||
"url":"https://www.gbus.or.kr/lost-items-and-civil-complaints-consultation/report-traffic-inconvenience" | ||
}, | ||
"6": | ||
{ | ||
"name":"경희옴부즈민원", | ||
"phones":{ | ||
"국제캠퍼스감사팀":"031-201-2004", | ||
"서울캠퍼스감사팀":"02-961-2360" | ||
}, | ||
"url":"http://ombuds.khu.ac.kr/html_2013/02/01.php" | ||
}, | ||
"7": | ||
{ | ||
"name":"학생지원센터", | ||
"phones":{ | ||
"국제캠퍼스":"031-201-3051~4" | ||
}, | ||
"url":"https://www.khu.ac.kr/kor/user/contents/view.do?menuNo=200172" | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters