├── src ├── main │ ├── WebApp │ │ ├── META-INF │ │ │ └── MANIFEST.MF │ │ ├── login │ │ │ └── images │ │ │ │ ├── 0.jpg │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── captcha.jpg │ │ │ │ └── copy_rignt_24.png │ │ ├── ParkAccount │ │ │ ├── images │ │ │ │ ├── 0.jpg │ │ │ │ ├── xx.png │ │ │ │ └── logo-1.png │ │ │ ├── WebIM │ │ │ │ ├── img │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── icon01.png │ │ │ │ │ ├── icon02.png │ │ │ │ │ ├── icon03.png │ │ │ │ │ └── bqxtb01.png │ │ │ │ └── font_Icon │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ └── iconfont.woff │ │ │ ├── video │ │ │ │ ├── img │ │ │ │ │ ├── timgbg.jpg │ │ │ │ │ ├── timgbg.png │ │ │ │ │ ├── kejilan1.jpg │ │ │ │ │ └── video_bg.png │ │ │ │ ├── video │ │ │ │ │ ├── ssp.mp4 │ │ │ │ │ └── movie.ogg │ │ │ │ └── font │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ └── fontawesome-webfont.woff │ │ │ ├── tdrag │ │ │ │ └── image │ │ │ │ │ ├── tezml.PNG │ │ │ │ │ ├── tezml2.PNG │ │ │ │ │ ├── tezmls.png │ │ │ │ │ └── parkingspace2.png │ │ │ ├── layui │ │ │ │ ├── font │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ └── iconfont.woff │ │ │ │ ├── images │ │ │ │ │ └── face │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── 1.gif │ │ │ │ │ │ ├── 10.gif │ │ │ │ │ │ ├── 11.gif │ │ │ │ │ │ ├── 12.gif │ │ │ │ │ │ ├── 13.gif │ │ │ │ │ │ ├── 14.gif │ │ │ │ │ │ ├── 15.gif │ │ │ │ │ │ ├── 16.gif │ │ │ │ │ │ ├── 17.gif │ │ │ │ │ │ ├── 18.gif │ │ │ │ │ │ ├── 19.gif │ │ │ │ │ │ ├── 2.gif │ │ │ │ │ │ ├── 20.gif │ │ │ │ │ │ ├── 21.gif │ │ │ │ │ │ ├── 22.gif │ │ │ │ │ │ ├── 23.gif │ │ │ │ │ │ ├── 24.gif │ │ │ │ │ │ ├── 25.gif │ │ │ │ │ │ ├── 26.gif │ │ │ │ │ │ ├── 27.gif │ │ │ │ │ │ ├── 28.gif │ │ │ │ │ │ ├── 29.gif │ │ │ │ │ │ ├── 3.gif │ │ │ │ │ │ ├── 30.gif │ │ │ │ │ │ ├── 31.gif │ │ │ │ │ │ ├── 32.gif │ │ │ │ │ │ ├── 33.gif │ │ │ │ │ │ ├── 34.gif │ │ │ │ │ │ ├── 35.gif │ │ │ │ │ │ ├── 36.gif │ │ │ │ │ │ ├── 37.gif │ │ │ │ │ │ ├── 38.gif │ │ │ │ │ │ ├── 39.gif │ │ │ │ │ │ ├── 4.gif │ │ │ │ │ │ ├── 40.gif │ │ │ │ │ │ ├── 41.gif │ │ │ │ │ │ ├── 42.gif │ │ │ │ │ │ ├── 43.gif │ │ │ │ │ │ ├── 44.gif │ │ │ │ │ │ ├── 45.gif │ │ │ │ │ │ ├── 46.gif │ │ │ │ │ │ ├── 47.gif │ │ │ │ │ │ ├── 48.gif │ │ │ │ │ │ ├── 49.gif │ │ │ │ │ │ ├── 5.gif │ │ │ │ │ │ ├── 50.gif │ │ │ │ │ │ ├── 51.gif │ │ │ │ │ │ ├── 52.gif │ │ │ │ │ │ ├── 53.gif │ │ │ │ │ │ ├── 54.gif │ │ │ │ │ │ ├── 55.gif │ │ │ │ │ │ ├── 56.gif │ │ │ │ │ │ ├── 57.gif │ │ │ │ │ │ ├── 58.gif │ │ │ │ │ │ ├── 59.gif │ │ │ │ │ │ ├── 6.gif │ │ │ │ │ │ ├── 60.gif │ │ │ │ │ │ ├── 61.gif │ │ │ │ │ │ ├── 62.gif │ │ │ │ │ │ ├── 63.gif │ │ │ │ │ │ ├── 64.gif │ │ │ │ │ │ ├── 65.gif │ │ │ │ │ │ ├── 66.gif │ │ │ │ │ │ ├── 67.gif │ │ │ │ │ │ ├── 68.gif │ │ │ │ │ │ ├── 69.gif │ │ │ │ │ │ ├── 7.gif │ │ │ │ │ │ ├── 70.gif │ │ │ │ │ │ ├── 71.gif │ │ │ │ │ │ ├── 8.gif │ │ │ │ │ │ └── 9.gif │ │ │ │ └── css │ │ │ │ │ └── modules │ │ │ │ │ └── layer │ │ │ │ │ └── default │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ ├── plugins │ │ │ │ ├── layui │ │ │ │ │ ├── font │ │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ │ └── iconfont.woff │ │ │ │ │ ├── images │ │ │ │ │ │ └── face │ │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ │ ├── 1.gif │ │ │ │ │ │ │ ├── 10.gif │ │ │ │ │ │ │ ├── 11.gif │ │ │ │ │ │ │ ├── 12.gif │ │ │ │ │ │ │ ├── 13.gif │ │ │ │ │ │ │ ├── 14.gif │ │ │ │ │ │ │ ├── 15.gif │ │ │ │ │ │ │ ├── 16.gif │ │ │ │ │ │ │ ├── 17.gif │ │ │ │ │ │ │ ├── 18.gif │ │ │ │ │ │ │ ├── 19.gif │ │ │ │ │ │ │ ├── 2.gif │ │ │ │ │ │ │ ├── 20.gif │ │ │ │ │ │ │ ├── 21.gif │ │ │ │ │ │ │ ├── 22.gif │ │ │ │ │ │ │ ├── 23.gif │ │ │ │ │ │ │ ├── 24.gif │ │ │ │ │ │ │ ├── 25.gif │ │ │ │ │ │ │ ├── 26.gif │ │ │ │ │ │ │ ├── 27.gif │ │ │ │ │ │ │ ├── 28.gif │ │ │ │ │ │ │ ├── 29.gif │ │ │ │ │ │ │ ├── 3.gif │ │ │ │ │ │ │ ├── 30.gif │ │ │ │ │ │ │ ├── 31.gif │ │ │ │ │ │ │ ├── 32.gif │ │ │ │ │ │ │ ├── 33.gif │ │ │ │ │ │ │ ├── 34.gif │ │ │ │ │ │ │ ├── 35.gif │ │ │ │ │ │ │ ├── 36.gif │ │ │ │ │ │ │ ├── 37.gif │ │ │ │ │ │ │ ├── 38.gif │ │ │ │ │ │ │ ├── 39.gif │ │ │ │ │ │ │ ├── 4.gif │ │ │ │ │ │ │ ├── 40.gif │ │ │ │ │ │ │ ├── 41.gif │ │ │ │ │ │ │ ├── 42.gif │ │ │ │ │ │ │ ├── 43.gif │ │ │ │ │ │ │ ├── 44.gif │ │ │ │ │ │ │ ├── 45.gif │ │ │ │ │ │ │ ├── 46.gif │ │ │ │ │ │ │ ├── 47.gif │ │ │ │ │ │ │ ├── 48.gif │ │ │ │ │ │ │ ├── 49.gif │ │ │ │ │ │ │ ├── 5.gif │ │ │ │ │ │ │ ├── 50.gif │ │ │ │ │ │ │ ├── 51.gif │ │ │ │ │ │ │ ├── 52.gif │ │ │ │ │ │ │ ├── 53.gif │ │ │ │ │ │ │ ├── 54.gif │ │ │ │ │ │ │ ├── 55.gif │ │ │ │ │ │ │ ├── 56.gif │ │ │ │ │ │ │ ├── 57.gif │ │ │ │ │ │ │ ├── 58.gif │ │ │ │ │ │ │ ├── 59.gif │ │ │ │ │ │ │ ├── 6.gif │ │ │ │ │ │ │ ├── 60.gif │ │ │ │ │ │ │ ├── 61.gif │ │ │ │ │ │ │ ├── 62.gif │ │ │ │ │ │ │ ├── 63.gif │ │ │ │ │ │ │ ├── 64.gif │ │ │ │ │ │ │ ├── 65.gif │ │ │ │ │ │ │ ├── 66.gif │ │ │ │ │ │ │ ├── 67.gif │ │ │ │ │ │ │ ├── 68.gif │ │ │ │ │ │ │ ├── 69.gif │ │ │ │ │ │ │ ├── 7.gif │ │ │ │ │ │ │ ├── 70.gif │ │ │ │ │ │ │ ├── 71.gif │ │ │ │ │ │ │ ├── 8.gif │ │ │ │ │ │ │ └── 9.gif │ │ │ │ │ └── css │ │ │ │ │ │ └── modules │ │ │ │ │ │ ├── laydate │ │ │ │ │ │ └── icon.png │ │ │ │ │ │ ├── icheck │ │ │ │ │ │ ├── flat │ │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ │ ├── flat.png │ │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ │ ├── flat@2x.png │ │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ │ ├── line │ │ │ │ │ │ │ ├── line.png │ │ │ │ │ │ │ └── line@2x.png │ │ │ │ │ │ ├── square │ │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ │ ├── square.png │ │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ │ ├── square@2x.png │ │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ │ ├── minimal │ │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ │ ├── minimal.png │ │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ │ ├── minimal@2x.png │ │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ │ ├── polaris │ │ │ │ │ │ │ ├── polaris.png │ │ │ │ │ │ │ └── polaris@2x.png │ │ │ │ │ │ └── futurico │ │ │ │ │ │ │ ├── futurico.png │ │ │ │ │ │ │ └── futurico@2x.png │ │ │ │ │ │ └── layer │ │ │ │ │ │ └── default │ │ │ │ │ │ ├── icon.png │ │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ │ └── loading-2.gif │ │ │ │ └── font-awesome │ │ │ │ │ └── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── css │ │ │ │ ├── main.css │ │ │ │ └── table.css │ │ │ ├── datas │ │ │ │ ├── nav_member.json │ │ │ │ └── nav_content.json │ │ │ ├── gotoPage │ │ │ │ └── gotoCustomParkingSpace.jsp │ │ │ └── city.html │ │ ├── AdministratorAccount │ │ │ ├── images │ │ │ │ ├── 0.jpg │ │ │ │ ├── xx.png │ │ │ │ └── logo-1.png │ │ │ ├── WebIM │ │ │ │ ├── img │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── bqxtb01.png │ │ │ │ │ ├── icon01.png │ │ │ │ │ ├── icon02.png │ │ │ │ │ └── icon03.png │ │ │ │ └── font_Icon │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ └── iconfont.woff │ │ │ ├── assets │ │ │ │ ├── img │ │ │ │ │ ├── 32.jpg │ │ │ │ │ ├── 43.jpg │ │ │ │ │ ├── a1.png │ │ │ │ │ ├── a10.png │ │ │ │ │ ├── a2.png │ │ │ │ │ ├── a3.png │ │ │ │ │ ├── a4.png │ │ │ │ │ ├── a5.png │ │ │ │ │ ├── a6.png │ │ │ │ │ ├── a7.png │ │ │ │ │ ├── a8.png │ │ │ │ │ ├── a9.png │ │ │ │ │ ├── lbbg.png │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── user01.png │ │ │ │ │ ├── user02.png │ │ │ │ │ ├── user03.png │ │ │ │ │ ├── user04.png │ │ │ │ │ ├── user05.png │ │ │ │ │ ├── user06.png │ │ │ │ │ ├── user07.png │ │ │ │ │ └── syncfusion-icons-white.png │ │ │ │ ├── i │ │ │ │ │ ├── favicon.png │ │ │ │ │ ├── app-icon72x72@2x.png │ │ │ │ │ ├── examples │ │ │ │ │ │ ├── admin-ie.png │ │ │ │ │ │ ├── adminPage.png │ │ │ │ │ │ ├── blogPage.png │ │ │ │ │ │ ├── landing.png │ │ │ │ │ │ ├── loginPage.png │ │ │ │ │ │ ├── admin-opera.png │ │ │ │ │ │ ├── landingPage.png │ │ │ │ │ │ ├── sidebarPage.png │ │ │ │ │ │ ├── admin-chrome.png │ │ │ │ │ │ ├── admin-firefox.png │ │ │ │ │ │ └── admin-safari.png │ │ │ │ │ └── startup-640x1096.png │ │ │ │ └── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── layui │ │ │ │ ├── font │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ └── iconfont.woff │ │ │ │ ├── images │ │ │ │ │ └── face │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── 1.gif │ │ │ │ │ │ ├── 2.gif │ │ │ │ │ │ ├── 3.gif │ │ │ │ │ │ ├── 4.gif │ │ │ │ │ │ ├── 5.gif │ │ │ │ │ │ ├── 6.gif │ │ │ │ │ │ ├── 7.gif │ │ │ │ │ │ ├── 8.gif │ │ │ │ │ │ ├── 9.gif │ │ │ │ │ │ ├── 10.gif │ │ │ │ │ │ ├── 11.gif │ │ │ │ │ │ ├── 12.gif │ │ │ │ │ │ ├── 13.gif │ │ │ │ │ │ ├── 14.gif │ │ │ │ │ │ ├── 15.gif │ │ │ │ │ │ ├── 16.gif │ │ │ │ │ │ ├── 17.gif │ │ │ │ │ │ ├── 18.gif │ │ │ │ │ │ ├── 19.gif │ │ │ │ │ │ ├── 20.gif │ │ │ │ │ │ ├── 21.gif │ │ │ │ │ │ ├── 22.gif │ │ │ │ │ │ ├── 23.gif │ │ │ │ │ │ ├── 24.gif │ │ │ │ │ │ ├── 25.gif │ │ │ │ │ │ ├── 26.gif │ │ │ │ │ │ ├── 27.gif │ │ │ │ │ │ ├── 28.gif │ │ │ │ │ │ ├── 29.gif │ │ │ │ │ │ ├── 30.gif │ │ │ │ │ │ ├── 31.gif │ │ │ │ │ │ ├── 32.gif │ │ │ │ │ │ ├── 33.gif │ │ │ │ │ │ ├── 34.gif │ │ │ │ │ │ ├── 35.gif │ │ │ │ │ │ ├── 36.gif │ │ │ │ │ │ ├── 37.gif │ │ │ │ │ │ ├── 38.gif │ │ │ │ │ │ ├── 39.gif │ │ │ │ │ │ ├── 40.gif │ │ │ │ │ │ ├── 41.gif │ │ │ │ │ │ ├── 42.gif │ │ │ │ │ │ ├── 43.gif │ │ │ │ │ │ ├── 44.gif │ │ │ │ │ │ ├── 45.gif │ │ │ │ │ │ ├── 46.gif │ │ │ │ │ │ ├── 47.gif │ │ │ │ │ │ ├── 48.gif │ │ │ │ │ │ ├── 49.gif │ │ │ │ │ │ ├── 50.gif │ │ │ │ │ │ ├── 51.gif │ │ │ │ │ │ ├── 52.gif │ │ │ │ │ │ ├── 53.gif │ │ │ │ │ │ ├── 54.gif │ │ │ │ │ │ ├── 55.gif │ │ │ │ │ │ ├── 56.gif │ │ │ │ │ │ ├── 57.gif │ │ │ │ │ │ ├── 58.gif │ │ │ │ │ │ ├── 59.gif │ │ │ │ │ │ ├── 60.gif │ │ │ │ │ │ ├── 61.gif │ │ │ │ │ │ ├── 62.gif │ │ │ │ │ │ ├── 63.gif │ │ │ │ │ │ ├── 64.gif │ │ │ │ │ │ ├── 65.gif │ │ │ │ │ │ ├── 66.gif │ │ │ │ │ │ ├── 67.gif │ │ │ │ │ │ ├── 68.gif │ │ │ │ │ │ ├── 69.gif │ │ │ │ │ │ ├── 70.gif │ │ │ │ │ │ └── 71.gif │ │ │ │ └── css │ │ │ │ │ └── modules │ │ │ │ │ └── layer │ │ │ │ │ └── default │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ ├── plugins │ │ │ │ ├── layui │ │ │ │ │ ├── font │ │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ │ └── iconfont.woff │ │ │ │ │ ├── images │ │ │ │ │ │ └── face │ │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ │ ├── 1.gif │ │ │ │ │ │ │ ├── 2.gif │ │ │ │ │ │ │ ├── 3.gif │ │ │ │ │ │ │ ├── 4.gif │ │ │ │ │ │ │ ├── 5.gif │ │ │ │ │ │ │ ├── 6.gif │ │ │ │ │ │ │ ├── 7.gif │ │ │ │ │ │ │ ├── 8.gif │ │ │ │ │ │ │ ├── 9.gif │ │ │ │ │ │ │ ├── 10.gif │ │ │ │ │ │ │ ├── 11.gif │ │ │ │ │ │ │ ├── 12.gif │ │ │ │ │ │ │ ├── 13.gif │ │ │ │ │ │ │ ├── 14.gif │ │ │ │ │ │ │ ├── 15.gif │ │ │ │ │ │ │ ├── 16.gif │ │ │ │ │ │ │ ├── 17.gif │ │ │ │ │ │ │ ├── 18.gif │ │ │ │ │ │ │ ├── 19.gif │ │ │ │ │ │ │ ├── 20.gif │ │ │ │ │ │ │ ├── 21.gif │ │ │ │ │ │ │ ├── 22.gif │ │ │ │ │ │ │ ├── 23.gif │ │ │ │ │ │ │ ├── 24.gif │ │ │ │ │ │ │ ├── 25.gif │ │ │ │ │ │ │ ├── 26.gif │ │ │ │ │ │ │ ├── 27.gif │ │ │ │ │ │ │ ├── 28.gif │ │ │ │ │ │ │ ├── 29.gif │ │ │ │ │ │ │ ├── 30.gif │ │ │ │ │ │ │ ├── 31.gif │ │ │ │ │ │ │ ├── 32.gif │ │ │ │ │ │ │ ├── 33.gif │ │ │ │ │ │ │ ├── 34.gif │ │ │ │ │ │ │ ├── 35.gif │ │ │ │ │ │ │ ├── 36.gif │ │ │ │ │ │ │ ├── 37.gif │ │ │ │ │ │ │ ├── 38.gif │ │ │ │ │ │ │ ├── 39.gif │ │ │ │ │ │ │ ├── 40.gif │ │ │ │ │ │ │ ├── 41.gif │ │ │ │ │ │ │ ├── 42.gif │ │ │ │ │ │ │ ├── 43.gif │ │ │ │ │ │ │ ├── 44.gif │ │ │ │ │ │ │ ├── 45.gif │ │ │ │ │ │ │ ├── 46.gif │ │ │ │ │ │ │ ├── 47.gif │ │ │ │ │ │ │ ├── 48.gif │ │ │ │ │ │ │ ├── 49.gif │ │ │ │ │ │ │ ├── 50.gif │ │ │ │ │ │ │ ├── 51.gif │ │ │ │ │ │ │ ├── 52.gif │ │ │ │ │ │ │ ├── 53.gif │ │ │ │ │ │ │ ├── 54.gif │ │ │ │ │ │ │ ├── 55.gif │ │ │ │ │ │ │ ├── 56.gif │ │ │ │ │ │ │ ├── 57.gif │ │ │ │ │ │ │ ├── 58.gif │ │ │ │ │ │ │ ├── 59.gif │ │ │ │ │ │ │ ├── 60.gif │ │ │ │ │ │ │ ├── 61.gif │ │ │ │ │ │ │ ├── 62.gif │ │ │ │ │ │ │ ├── 63.gif │ │ │ │ │ │ │ ├── 64.gif │ │ │ │ │ │ │ ├── 65.gif │ │ │ │ │ │ │ ├── 66.gif │ │ │ │ │ │ │ ├── 67.gif │ │ │ │ │ │ │ ├── 68.gif │ │ │ │ │ │ │ ├── 69.gif │ │ │ │ │ │ │ ├── 70.gif │ │ │ │ │ │ │ └── 71.gif │ │ │ │ │ └── css │ │ │ │ │ │ └── modules │ │ │ │ │ │ ├── laydate │ │ │ │ │ │ └── icon.png │ │ │ │ │ │ ├── icheck │ │ │ │ │ │ ├── flat │ │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ │ ├── flat.png │ │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ │ ├── flat@2x.png │ │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ │ ├── line │ │ │ │ │ │ │ ├── line.png │ │ │ │ │ │ │ └── line@2x.png │ │ │ │ │ │ ├── minimal │ │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ │ ├── minimal.png │ │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ │ ├── minimal@2x.png │ │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ │ ├── square │ │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ │ ├── square.png │ │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ │ ├── square@2x.png │ │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ │ ├── polaris │ │ │ │ │ │ │ ├── polaris.png │ │ │ │ │ │ │ └── polaris@2x.png │ │ │ │ │ │ └── futurico │ │ │ │ │ │ │ ├── futurico.png │ │ │ │ │ │ │ └── futurico@2x.png │ │ │ │ │ │ └── layer │ │ │ │ │ │ └── default │ │ │ │ │ │ ├── icon.png │ │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ │ └── loading-2.gif │ │ │ │ └── font-awesome │ │ │ │ │ └── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── css │ │ │ │ ├── main.css │ │ │ │ └── table.css │ │ │ ├── datas │ │ │ │ ├── nav_content.json │ │ │ │ └── nav_member.json │ │ │ └── video.html │ │ ├── main.jsp │ │ ├── WEB-INF │ │ │ └── jsp │ │ │ │ └── test.jsp │ │ └── index.jsp │ ├── resources │ │ └── 数据库设计.rar │ └── java │ │ └── cn │ │ └── parkmanasys │ │ ├── service │ │ ├── street │ │ │ ├── StreetService.java │ │ │ └── StreetServiceImpl.java │ │ ├── carrepair │ │ │ ├── CarRepairService.java │ │ │ └── CarRepairServiceImpl.java │ │ ├── orderlist │ │ │ ├── OrderListService.java │ │ │ └── OrderListServiceImpl.java │ │ ├── accounttype │ │ │ ├── AccountTypeService.java │ │ │ └── AccountTypeServiceImpl.java │ │ ├── gasstation │ │ │ ├── GasStationService.java │ │ │ └── GasStationServiceImpl.java │ │ ├── gourmetdood │ │ │ ├── GourmetDoodService.java │ │ │ └── GourmetDoodServiceImpl.java │ │ ├── orderstatus │ │ │ ├── OrderStatusService.java │ │ │ └── OrderStatusServiceImpl.java │ │ ├── districtorcounty │ │ │ ├── DistrictOrCountyService.java │ │ │ └── DistrictOrCountyServiceImpl.java │ │ ├── touristattractions │ │ │ ├── TouristAttractionsService.java │ │ │ └── TouristAttractionsServiceImpl.java │ │ ├── stoptype │ │ │ ├── StopTypeService.java │ │ │ └── StopTypeServiceImpl.java │ │ ├── car │ │ │ └── CarService.java │ │ ├── transactiontype │ │ │ └── TransactionTypeService.java │ │ ├── sharingstatus │ │ │ └── SharingStatusService.java │ │ ├── transactionstatus │ │ │ └── TransactionStatusService.java │ │ ├── stopstatus │ │ │ └── StopStatusService.java │ │ ├── parkingspacestatus │ │ │ └── ParkingSpaceStatusService.java │ │ ├── blacklist │ │ │ └── BlackListService.java │ │ ├── peccancy │ │ │ └── PeccancyService.java │ │ ├── customparkingspaceinfo │ │ │ └── CustomParkingSpaceInfoService.java │ │ ├── platenumber │ │ │ └── PlateNumberService.java │ │ └── transactionstatusinfo │ │ │ └── TransactionStatusInfoService.java │ │ ├── util │ │ ├── Constants.java │ │ └── StaticClass.java │ │ ├── netty │ │ └── server │ │ │ ├── HttpService.java │ │ │ ├── WebSocketService.java │ │ │ └── DoMain.java │ │ ├── dao │ │ ├── AccountTypeMapper.java │ │ ├── ParkingTemporaryInfoMapper.java │ │ ├── ParkingSpaceStatusMapper.java │ │ ├── SharingPlatformAuthorizationMapper.java │ │ ├── SharingPlatformApplicationMapper.java │ │ ├── StreetMapper.java │ │ ├── StopTypeMapper.java │ │ ├── CarRepairMapper.java │ │ ├── GasStationMapper.java │ │ ├── GourmetDoodMapper.java │ │ ├── OrderListMapper.java │ │ ├── OrderStatusMapper.java │ │ ├── DistrictOrCountyMapper.java │ │ ├── TouristAttractionsMapper.java │ │ ├── SysOperationLogMapper.java │ │ ├── BlackListMapper.java │ │ ├── BoundOfplateNumberMapper.java │ │ └── PlateNumberMapper.java │ │ └── ParkManagementSystemApplication.java └── test │ └── java │ └── cn │ └── equipmentsale │ └── ParkManagementSystemApplicationTests.java ├── .mvn └── wrapper │ ├── maven-wrapper.jar │ └── maven-wrapper.properties ├── .gitignore └── README.md /src/main/WebApp/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/数据库设计.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/resources/数据库设计.rar -------------------------------------------------------------------------------- /.mvn/wrapper/maven-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/.mvn/wrapper/maven-wrapper.jar -------------------------------------------------------------------------------- /src/main/WebApp/login/images/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/login/images/0.jpg -------------------------------------------------------------------------------- /src/main/WebApp/login/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/login/images/1.jpg -------------------------------------------------------------------------------- /src/main/WebApp/login/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/login/images/2.jpg -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/images/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/images/0.jpg -------------------------------------------------------------------------------- /src/main/WebApp/login/images/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/login/images/captcha.jpg -------------------------------------------------------------------------------- /.mvn/wrapper/maven-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip 2 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/img/1.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/images/xx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/images/xx.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/images/logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/images/logo-1.png -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/street/StreetService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.street; 2 | 3 | 4 | public interface StreetService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/icon01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/img/icon01.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/icon02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/img/icon02.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/icon03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/img/icon03.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/timgbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/img/timgbg.jpg -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/timgbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/img/timgbg.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/video/ssp.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/video/ssp.mp4 -------------------------------------------------------------------------------- /src/main/WebApp/login/images/copy_rignt_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/login/images/copy_rignt_24.png -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/util/Constants.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.util; 2 | 3 | public class Constants { 4 | public static int pageSize = 10; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/images/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/images/0.jpg -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/images/xx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/images/xx.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/bqxtb01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/img/bqxtb01.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/tezml.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/tdrag/image/tezml.PNG -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/tezml2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/tdrag/image/tezml2.PNG -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/tezmls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/tdrag/image/tezmls.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/kejilan1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/img/kejilan1.jpg -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/video_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/img/video_bg.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/video/movie.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/video/movie.ogg -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/img/1.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/0.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/10.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/11.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/12.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/13.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/14.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/15.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/16.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/17.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/18.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/20.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/21.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/22.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/23.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/24.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/25.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/26.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/27.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/28.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/30.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/31.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/32.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/33.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/34.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/35.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/36.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/37.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/38.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/40.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/41.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/42.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/43.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/44.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/45.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/46.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/47.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/48.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/50.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/51.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/52.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/53.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/54.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/55.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/56.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/57.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/58.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/60.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/61.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/62.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/63.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/64.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/65.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/66.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/67.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/68.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/70.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/8.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/carrepair/CarRepairService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.carrepair; 2 | 3 | 4 | public interface CarRepairService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/orderlist/OrderListService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.orderlist; 2 | 3 | 4 | public interface OrderListService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/32.jpg -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/43.jpg -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a1.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a10.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a2.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a3.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a4.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a5.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a6.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a7.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a8.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/a9.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/images/logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/images/logo-1.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/font/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/accounttype/AccountTypeService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.accounttype; 2 | 3 | 4 | public interface AccountTypeService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/gasstation/GasStationService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.gasstation; 2 | 3 | 4 | public interface GasStationService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/gourmetdood/GourmetDoodService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.gourmetdood; 2 | 3 | 4 | public interface GourmetDoodService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/orderstatus/OrderStatusService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.orderstatus; 2 | 3 | 4 | public interface OrderStatusService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/bqxtb01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/img/bqxtb01.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/icon01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/img/icon01.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/icon02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/img/icon02.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/icon03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/img/icon03.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/favicon.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/lbbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/lbbg.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/logo.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/user01.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/user02.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/user03.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/user04.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/user05.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/user06.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/user07.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/parkingspace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/tdrag/image/parkingspace2.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/0.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/8.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/0.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/10.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/11.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/12.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/13.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/14.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/15.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/16.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/17.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/18.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/20.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/21.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/22.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/23.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/24.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/25.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/26.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/27.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/28.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/30.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/31.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/32.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/33.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/34.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/35.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/36.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/37.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/38.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/40.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/41.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/42.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/43.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/44.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/45.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/46.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/47.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/48.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/50.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/51.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/52.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/53.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/54.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/55.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/56.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/57.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/58.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/60.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/61.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/62.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/63.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/64.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/65.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/66.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/67.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/68.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/70.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/8.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/10.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/11.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/12.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/13.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/14.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/15.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/16.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/17.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/18.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/20.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/21.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/22.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/23.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/24.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/25.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/26.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/27.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/28.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/30.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/31.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/32.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/33.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/34.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/35.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/36.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/37.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/38.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/40.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/41.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/42.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/43.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/44.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/45.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/46.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/47.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/48.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/50.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/51.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/52.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/53.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/54.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/55.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/56.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/57.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/58.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/60.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/61.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/62.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/63.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/64.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/65.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/66.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/67.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/68.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/70.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/districtorcounty/DistrictOrCountyService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.districtorcounty; 2 | 3 | 4 | public interface DistrictOrCountyService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/app-icon72x72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/app-icon72x72@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-ie.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/adminPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/adminPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/blogPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/blogPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/landing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/landing.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/loginPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/loginPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/startup-640x1096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/startup-640x1096.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/0.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/8.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-opera.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/landingPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/landingPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/sidebarPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/sidebarPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/10.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/11.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/12.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/13.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/14.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/15.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/16.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/17.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/18.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/20.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/21.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/22.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/23.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/24.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/25.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/26.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/27.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/28.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/30.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/31.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/32.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/33.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/34.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/35.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/36.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/37.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/38.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/40.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/41.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/42.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/43.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/44.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/45.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/46.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/47.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/48.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/50.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/51.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/52.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/53.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/54.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/55.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/56.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/57.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/58.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/60.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/61.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/62.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/63.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/64.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/65.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/66.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/67.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/68.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/70.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/laydate/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/laydate/icon.png -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/touristattractions/TouristAttractionsService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.touristattractions; 2 | 3 | 4 | public interface TouristAttractionsService { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-chrome.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-firefox.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-safari.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/syncfusion-icons-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/assets/img/syncfusion-icons-white.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/line/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/line/line.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/red@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/line/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/line/line@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/red.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/red@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/square.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/laydate/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/laydate/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/minimal.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/red@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/line/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/line/line.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/square@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/square@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/red@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/line/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/line/line@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/red@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/green.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/red@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/square.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow.png -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/stoptype/StopTypeService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.stoptype; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.StopStatus; 6 | 7 | public interface StopTypeService { 8 | } 9 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/minimal.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/square@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/square@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/HEAD/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/css/main.css: -------------------------------------------------------------------------------- 1 | .admin-main{ 2 | margin: 15px; 3 | } 4 | .admin-main .layui-field-title .layui-field-box{ 5 | padding: 10px 30px; 6 | } 7 | .admin-main .layui-field-title .layui-field-box p{ 8 | padding: 5px 0; 9 | } 10 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/css/main.css: -------------------------------------------------------------------------------- 1 | .admin-main{ 2 | margin: 15px; 3 | } 4 | .admin-main .layui-field-title .layui-field-box{ 5 | padding: 10px 30px; 6 | } 7 | .admin-main .layui-field-title .layui-field-box p{ 8 | padding: 5px 0; 9 | } 10 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/car/CarService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.car; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.Car; 6 | import cn.parkmanasys.entity.Peccancy; 7 | 8 | public interface CarService { 9 | public List getCar(); 10 | } 11 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/transactiontype/TransactionTypeService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.transactiontype; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.TransactionType; 6 | 7 | public interface TransactionTypeService { 8 | public List findTransactionTypeInfo(); 9 | } 10 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/sharingstatus/SharingStatusService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.sharingstatus; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.SharingStatus; 6 | 7 | public interface SharingStatusService { 8 | //根据id获取共享状态 9 | public List getAllSharingStatus(); 10 | } 11 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/netty/server/HttpService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.netty.server; 2 | 3 | import io.netty.channel.ChannelHandlerContext; 4 | import io.netty.handler.codec.http.FullHttpRequest; 5 | 6 | public interface HttpService { 7 | 8 | void handleHttpRequset(ChannelHandlerContext ctx,FullHttpRequest request); 9 | } 10 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/transactionstatus/TransactionStatusService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.transactionstatus; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.TransactionStatus; 6 | 7 | public interface TransactionStatusService { 8 | public List findTransactionStatusInfo(); 9 | } 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | !.mvn/wrapper/maven-wrapper.jar 3 | 4 | ### STS ### 5 | .apt_generated 6 | .classpath 7 | .factorypath 8 | .project 9 | .settings 10 | .springBeans 11 | 12 | ### IntelliJ IDEA ### 13 | .idea 14 | *.iws 15 | *.iml 16 | *.ipr 17 | 18 | ### NetBeans ### 19 | nbproject/private/ 20 | build/ 21 | nbbuild/ 22 | dist/ 23 | nbdist/ 24 | .nb-gradle/ -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/netty/server/WebSocketService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.netty.server; 2 | 3 | import io.netty.channel.ChannelHandlerContext; 4 | import io.netty.handler.codec.http.websocketx.WebSocketFrame; 5 | 6 | public interface WebSocketService { 7 | 8 | void handleFrame(ChannelHandlerContext ctx,WebSocketFrame frame); 9 | 10 | } 11 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/stopstatus/StopStatusService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.stopstatus; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.StopStatus; 6 | 7 | public interface StopStatusService { 8 | /** 9 | * 获得全部停车状态信息 10 | * @return 11 | */ 12 | public List getFindAllStopStatusInfo(); 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/netty/server/DoMain.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.netty.server; 2 | 3 | 4 | public class DoMain { 5 | 6 | public static void main(String[] args) { 7 | 8 | //spring boot 开启服务器的地址: 9 | 10 | // WebSocketServerImpl socket = new WebSocketServerImpl("localhost", 9999); 11 | // socket.start(); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/parkingspacestatus/ParkingSpaceStatusService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.parkingspacestatus; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.ParkingSpaceStatus; 6 | 7 | public interface ParkingSpaceStatusService { 8 | //获取所有,停车位状态的信息 9 | public List getAllParkingSpaceStatus(); 10 | } 11 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/datas/nav_member.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "title": "会员管理", 4 | "icon": "ဂ", 5 | "spread": true, 6 | "children": [ 7 | { 8 | "title": "会员列表", 9 | "icon": "fa-check-square-o", 10 | "href": "https:www.baidu.com" 11 | },{ 12 | "title": "会员等级", 13 | "icon": "fa-check-square-o", 14 | "href": "level.html" 15 | } 16 | ] 17 | } 18 | ] -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/AccountTypeMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import org.springframework.data.jpa.repository.JpaRepository; 4 | import org.springframework.stereotype.Repository; 5 | 6 | import cn.parkmanasys.entity.ParkingAccount; 7 | 8 | 9 | @Repository 10 | public interface AccountTypeMapper extends JpaRepository{ 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/datas/nav_content.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "title": "资讯管理", 4 | "icon": "ဂ", 5 | "spread": true, 6 | "children": [ 7 | { 8 | "title": "资讯列表", 9 | "icon": "fa-check-square-o", 10 | "href": "information.html" 11 | },{ 12 | "title": "资讯分类", 13 | "icon": "fa-check-square-o", 14 | "href": "category.html" 15 | } 16 | ] 17 | } 18 | ] -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/street/StreetServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.street; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class StreetServiceImpl implements StreetService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/datas/nav_content.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "title": "资讯管理", 4 | "icon": "ဂ", 5 | "spread": true, 6 | "children": [ 7 | { 8 | "title": "资讯列表", 9 | "icon": "fa-check-square-o", 10 | "href": "information.html" 11 | },{ 12 | "title": "资讯分类", 13 | "icon": "fa-check-square-o", 14 | "href": "category.html" 15 | } 16 | ] 17 | } 18 | ] -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/datas/nav_member.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "title": "会员管理", 4 | "icon": "ဂ", 5 | "spread": true, 6 | "children": [ 7 | { 8 | "title": "会员列表", 9 | "icon": "fa-check-square-o", 10 | "href": "https:www.baidu.com" 11 | },{ 12 | "title": "会员等级", 13 | "icon": "fa-check-square-o", 14 | "href": "level.html" 15 | } 16 | ] 17 | } 18 | ] -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/orderlist/OrderListServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.orderlist; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class OrderListServiceImpl implements OrderListService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/WebApp/main.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=Utf-8" 2 | pageEncoding="Utf-8"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 | 登陆成功 11 | 12 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/blacklist/BlackListService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.blacklist; 2 | import cn.parkmanasys.entity.BlackList; 3 | 4 | public interface BlackListService { 5 | //新增黑名单 6 | public boolean addBlackList(BlackList blAdd); 7 | 8 | //修改黑名单 9 | public BlackList updateBlackList(BlackList blUpdate); 10 | 11 | //删除删除黑名单 12 | public boolean delBlackList(Integer id); 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/gasstation/GasStationServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.gasstation; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class GasStationServiceImpl implements GasStationService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/accounttype/AccountTypeServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.accounttype; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class AccountTypeServiceImpl implements AccountTypeService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/carrepair/CarRepairServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.carrepair; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | @Service 11 | public class CarRepairServiceImpl implements CarRepairService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/gourmetdood/GourmetDoodServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.gourmetdood; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class GourmetDoodServiceImpl implements GourmetDoodService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/orderstatus/OrderStatusServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.orderstatus; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class OrderStatusServiceImpl implements OrderStatusService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/WebApp/WEB-INF/jsp/test.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 2 | pageEncoding="ISO-8859-1"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 | 123312 11 | 12 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/ParkingTemporaryInfoMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import org.springframework.data.jpa.repository.JpaRepository; 4 | import org.springframework.stereotype.Repository; 5 | 6 | import cn.parkmanasys.entity.ParkingTemporaryInfo; 7 | /** 8 | * 停车场信息修改 9 | */ 10 | @Repository 11 | public interface ParkingTemporaryInfoMapper extends JpaRepository { 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/ParkingSpaceStatusMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.stereotype.Repository; 7 | 8 | import cn.parkmanasys.entity.ParkingSpaceStatus; 9 | 10 | 11 | @Repository 12 | public interface ParkingSpaceStatusMapper extends JpaRepository{ 13 | 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/SharingPlatformAuthorizationMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import org.springframework.data.jpa.repository.JpaRepository; 4 | import org.springframework.stereotype.Repository; 5 | 6 | import cn.parkmanasys.entity.SharingPlatformAuthorization; 7 | 8 | @Repository 9 | public interface SharingPlatformAuthorizationMapper extends JpaRepository{ 10 | 11 | } 12 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/districtorcounty/DistrictOrCountyServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.districtorcounty; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class DistrictOrCountyServiceImpl implements DistrictOrCountyService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/peccancy/PeccancyService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.peccancy; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.CarOwnerUser; 6 | import cn.parkmanasys.entity.Peccancy; 7 | 8 | public interface PeccancyService { 9 | public List getAll(); 10 | 11 | public boolean delPeccancy(Integer id); 12 | 13 | public Peccancy addParkingCarOwnerUser(Peccancy peccancyAdd); 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/touristattractions/TouristAttractionsServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.touristattractions; 2 | 3 | import javax.annotation.Resource; 4 | 5 | import org.springframework.stereotype.Service; 6 | 7 | import cn.parkmanasys.dao.ParkingAccountMapper; 8 | import cn.parkmanasys.entity.ParkingAccount; 9 | 10 | 11 | public class TouristAttractionsServiceImpl implements TouristAttractionsService{ 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/video.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/test/java/cn/equipmentsale/ParkManagementSystemApplicationTests.java: -------------------------------------------------------------------------------- 1 | package cn.equipmentsale; 2 | 3 | import org.junit.Test; 4 | import org.junit.runner.RunWith; 5 | import org.springframework.boot.test.context.SpringBootTest; 6 | import org.springframework.test.context.junit4.SpringRunner; 7 | 8 | @RunWith(SpringRunner.class) 9 | @SpringBootTest 10 | public class ParkManagementSystemApplicationTests { 11 | 12 | @Test 13 | public void contextLoads() { 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/customparkingspaceinfo/CustomParkingSpaceInfoService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.customparkingspaceinfo; 2 | 3 | import cn.parkmanasys.entity.CustomParkingSpaceInfo; 4 | 5 | public interface CustomParkingSpaceInfoService { 6 | 7 | //新增自定义停车位信息 8 | public boolean addOrUpdateCustomParkingSpace(CustomParkingSpaceInfo customParkingSpaceInfo); 9 | 10 | //根据id查询自定义停车位信息 11 | public CustomParkingSpaceInfo getInfoById(Integer parkingId); 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/SharingPlatformApplicationMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import org.springframework.data.jpa.repository.JpaRepository; 4 | import org.springframework.stereotype.Repository; 5 | 6 | import cn.parkmanasys.entity.SharingPlatformApplication; 7 | import cn.parkmanasys.entity.SharingPlatformAuthorization; 8 | 9 | @Repository 10 | public interface SharingPlatformApplicationMapper extends JpaRepository{ 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/util/StaticClass.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.util; 2 | 3 | import java.util.Map; 4 | import java.util.HashMap; 5 | 6 | import cn.parkmanasys.entity.ParkingAccount; 7 | import io.netty.channel.ChannelHandlerContext; 8 | 9 | public class StaticClass { 10 | //存储不同账号的线程 11 | public static Map channels = new HashMap(0); 12 | 13 | //当前的登陆账号 14 | public static ParkingAccount currentAccount; 15 | 16 | } 17 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 一·app端的登陆,人脸识别,修改信息等,需要后台的部署。后台是在Eclipse开发,建议用eclipse运行,同时下载Spring Boot插件完成项目的部署; 部署后,后台的WebService也同时发布成功。 二·部署成功,访问http://localhost:8089/进入后台管理 三·用户在网页访问http://localhost:8089/netty/openserver后,在控制台看到websocket started,表示netty编写的网络服务器开启成功,通过这个 网络服务器可以通过WebSocket向网页推送消息。 四·车牌识别:点击app的用户头像,再点击拍照,拍的照片会通过WebService传输到后台,通过WebSocket把识别的车牌发到页面。 五·地址说明:在停车场账号首页main.jsp两个地址是摄像头的影像网址, 用ip摄像头(一款app)实现 项目的端口为8089,netty服务器用了9999;app调用WebService接口直接访问pc端的ip地址,前提是手机开热点给手机,保证处于同一网段。 netty服务器和WebSocket的交互使用localhost访问,前提是同一台电脑打开。否则映射到外网。 -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/StreetMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface StreetMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/StopTypeMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface StopTypeMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/ParkManagementSystemApplication.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys; 2 | 3 | import org.springframework.boot.SpringApplication; 4 | import org.springframework.boot.autoconfigure.SpringBootApplication; 5 | import org.springframework.scheduling.annotation.EnableScheduling; 6 | 7 | @SpringBootApplication 8 | @EnableScheduling 9 | public class ParkManagementSystemApplication { 10 | 11 | public static void main(String[] args) { 12 | SpringApplication.run(ParkManagementSystemApplication.class, args); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/CarRepairMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface CarRepairMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/GasStationMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface GasStationMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/GourmetDoodMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface GourmetDoodMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/OrderListMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface OrderListMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/OrderStatusMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface OrderStatusMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/DistrictOrCountyMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface DistrictOrCountyMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/TouristAttractionsMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | 12 | 13 | @Repository 14 | public interface TouristAttractionsMapper extends JpaRepository{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/platenumber/PlateNumberService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.platenumber; 2 | 3 | import java.util.List; 4 | 5 | import cn.parkmanasys.entity.BoundOfPlateNumber; 6 | import cn.parkmanasys.entity.ParkingDictionary; 7 | import cn.parkmanasys.entity.Peccancy; 8 | import cn.parkmanasys.entity.PlateNumber; 9 | 10 | 11 | public interface PlateNumberService { 12 | 13 | 14 | public PlateNumber addPlateNumber(PlateNumber psAdd); 15 | 16 | public PlateNumber updatePlateNumber(PlateNumber plateNumberUpdate); 17 | } 18 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/gotoPage/gotoCustomParkingSpace.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 2 | pageEncoding="ISO-8859-1"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/SysOperationLogMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | import org.springframework.data.jpa.repository.JpaRepository; 5 | import org.springframework.stereotype.Repository; 6 | import cn.parkmanasys.entity.SysOperationLog; 7 | 8 | @Repository 9 | public interface SysOperationLogMapper extends JpaRepository{ 10 | 11 | /** 12 | * 根据账号ID查询本停车场操作记录 13 | * @param userId 14 | * @return 15 | */ 16 | public List findByUserId(Integer userId); 17 | } 18 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/BlackListMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import org.springframework.data.jpa.repository.JpaRepository; 4 | import org.springframework.data.jpa.repository.Query; 5 | import org.springframework.data.repository.query.Param; 6 | import org.springframework.stereotype.Repository; 7 | 8 | import cn.parkmanasys.entity.BlackList; 9 | 10 | 11 | @Repository 12 | public interface BlackListMapper extends JpaRepository{ 13 | @Query("from #{#entityName} p where p.id = :id") 14 | public BlackList getBlackListById(@Param("id") Integer id); 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/BoundOfplateNumberMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.BoundOfPlateNumber; 11 | import cn.parkmanasys.entity.ParkingAccount; 12 | 13 | 14 | @Repository 15 | public interface BoundOfplateNumberMapper extends JpaRepository{ 16 | 17 | } 18 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/transactionstatusinfo/TransactionStatusInfoService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.transactionstatusinfo; 2 | 3 | import cn.parkmanasys.entity.Transaction; 4 | import cn.parkmanasys.entity.TransactionStatusInfo; 5 | 6 | public interface TransactionStatusInfoService { 7 | public TransactionStatusInfo updateTransaction(TransactionStatusInfo TransactionUpdate); 8 | 9 | public TransactionStatusInfo updateTransactiontype(TransactionStatusInfo TransactionUpdate); 10 | 11 | public TransactionStatusInfo updateTransactionok(TransactionStatusInfo TransactionUpdate); 12 | } 13 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/css/table.css: -------------------------------------------------------------------------------- 1 | /*table*/ 2 | .site-table tbody tr td {text-align: center;} 3 | .site-table tbody tr td .layui-btn+.layui-btn{margin-left: 0px;} 4 | .admin-table-page {position: fixed;z-index: 19940201;bottom: 0;width: 100%;background-color: #eee;border-bottom: 1px solid #ddd;left: 0px;} 5 | .admin-table-page .page{padding-left:20px;} 6 | .admin-table-page .page .layui-laypage {margin: 6px 0 0 0;} 7 | .table-hover tbody tr:hover{ background-color: #EEEEEE; } 8 | 9 | .admin-table{ 10 | 11 | } 12 | .admin-table .layui-form-checkbox{ 13 | margin-top: 0; 14 | height: 20px; 15 | line-height: 20px; 16 | } 17 | -------------------------------------------------------------------------------- /src/main/WebApp/index.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" 2 | pageEncoding="utf-8"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 | <%-- --%> 11 |
12 | 13 | 14 | 15 |
16 | 17 | -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/css/table.css: -------------------------------------------------------------------------------- 1 | /*table*/ 2 | .site-table tbody tr td {text-align: center;} 3 | .site-table tbody tr td .layui-btn+.layui-btn{margin-left: 0px;} 4 | .admin-table-page {position: fixed;z-index: 19940201;bottom: 0;width: 100%;background-color: #eee;border-bottom: 1px solid #ddd;left: 0px;} 5 | .admin-table-page .page{padding-left:20px;} 6 | .admin-table-page .page .layui-laypage {margin: 6px 0 0 0;} 7 | .table-hover tbody tr:hover{ background-color: #EEEEEE; } 8 | 9 | .admin-table{ 10 | 11 | } 12 | .admin-table .layui-form-checkbox{ 13 | margin-top: 0; 14 | height: 20px; 15 | line-height: 20px; 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/service/stoptype/StopTypeServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.stoptype; 2 | 3 | import java.util.List; 4 | 5 | import javax.annotation.Resource; 6 | import javax.persistence.EntityManager; 7 | import javax.persistence.PersistenceContext; 8 | 9 | import org.springframework.stereotype.Service; 10 | 11 | import cn.parkmanasys.dao.ParkingAccountMapper; 12 | import cn.parkmanasys.dao.StopStatusMapper; 13 | import cn.parkmanasys.entity.ParkingAccount; 14 | import cn.parkmanasys.entity.StopStatus; 15 | 16 | @Service 17 | public class StopTypeServiceImpl implements StopTypeService{ 18 | 19 | 20 | } 21 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/city.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | City 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/main/java/cn/parkmanasys/dao/PlateNumberMapper.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.dao; 2 | 3 | import java.util.List; 4 | 5 | import org.springframework.data.jpa.repository.JpaRepository; 6 | import org.springframework.data.jpa.repository.Query; 7 | import org.springframework.data.repository.query.Param; 8 | import org.springframework.stereotype.Repository; 9 | 10 | import cn.parkmanasys.entity.ParkingAccount; 11 | import cn.parkmanasys.entity.ParkingSpace; 12 | import cn.parkmanasys.entity.PlateNumber; 13 | 14 | 15 | @Repository 16 | public interface PlateNumberMapper extends JpaRepository{ 17 | 18 | 19 | 20 | } 21 | --------------------------------------------------------------------------------