├── .gitignore ├── .mvn └── wrapper │ ├── maven-wrapper.jar │ └── maven-wrapper.properties ├── README.md ├── mvnw ├── mvnw.cmd ├── pom.xml └── src ├── main ├── WebApp │ ├── AdministratorAccount │ │ ├── Acoount.jsp │ │ ├── CarOwnerUser.jsp │ │ ├── LICENSE │ │ ├── Parkingdistribution.jsp │ │ ├── PlateNumber.jsp │ │ ├── README.md │ │ ├── Sharinfplatformfkui.jsp │ │ ├── Sharinfplatformshengqi.jsp │ │ ├── WebIM │ │ │ ├── css │ │ │ │ └── chat.css │ │ │ ├── font_Icon │ │ │ │ ├── demo.css │ │ │ │ ├── iconfont.css │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.ttf │ │ │ │ └── iconfont.woff │ │ │ ├── img │ │ │ │ ├── 1.png │ │ │ │ ├── bqxtb01.png │ │ │ │ ├── icon01.png │ │ │ │ ├── icon02.png │ │ │ │ └── icon03.png │ │ │ ├── index.html │ │ │ ├── index.jsp │ │ │ └── js │ │ │ │ └── jquery.min.js │ │ ├── assets │ │ │ ├── css │ │ │ │ ├── admin.css │ │ │ │ ├── amazeui.min.css │ │ │ │ └── app.css │ │ │ ├── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── i │ │ │ │ ├── app-icon72x72@2x.png │ │ │ │ ├── examples │ │ │ │ │ ├── admin-chrome.png │ │ │ │ │ ├── admin-firefox.png │ │ │ │ │ ├── admin-ie.png │ │ │ │ │ ├── admin-opera.png │ │ │ │ │ ├── admin-safari.png │ │ │ │ │ ├── adminPage.png │ │ │ │ │ ├── blogPage.png │ │ │ │ │ ├── landing.png │ │ │ │ │ ├── landingPage.png │ │ │ │ │ ├── loginPage.png │ │ │ │ │ └── sidebarPage.png │ │ │ │ ├── favicon.png │ │ │ │ └── startup-640x1096.png │ │ │ ├── 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 │ │ │ │ ├── syncfusion-icons-white.png │ │ │ │ ├── user01.png │ │ │ │ ├── user02.png │ │ │ │ ├── user03.png │ │ │ │ ├── user04.png │ │ │ │ ├── user05.png │ │ │ │ ├── user06.png │ │ │ │ └── user07.png │ │ │ └── js │ │ │ │ ├── amazeui.min.js │ │ │ │ ├── app.js │ │ │ │ ├── echarts.min.js │ │ │ │ ├── iscroll.js │ │ │ │ └── jquery.min.js │ │ ├── auxiliar.html │ │ ├── begtable.html │ │ ├── btable.html │ │ ├── button.html │ │ ├── city.html │ │ ├── cop.html │ │ ├── css │ │ │ ├── base.css │ │ │ ├── begtable.css │ │ │ ├── btable.css │ │ │ ├── global.css │ │ │ ├── layout.css │ │ │ ├── login.css │ │ │ ├── main.css │ │ │ ├── table.css │ │ │ └── toppage.css │ │ ├── datas │ │ │ ├── area_data.js │ │ │ ├── btable_data.json │ │ │ ├── laytpl_laypage_data.json │ │ │ ├── nav.js │ │ │ ├── nav.json │ │ │ ├── nav_content.json │ │ │ └── nav_member.json │ │ ├── form.html │ │ ├── icheck.html │ │ ├── icheck.jsp │ │ ├── images │ │ │ ├── 0.jpg │ │ │ ├── logo-1.png │ │ │ └── xx.png │ │ ├── index.jsp │ │ ├── js │ │ │ ├── area.js │ │ │ ├── baajax.js │ │ │ ├── begtable.js │ │ │ ├── btable.js │ │ │ ├── china.js │ │ │ ├── city.js │ │ │ ├── common.js │ │ │ ├── index.js │ │ │ ├── layout.js │ │ │ ├── navbar.js │ │ │ ├── paging.js │ │ │ ├── tab.js │ │ │ └── validator.js │ │ ├── layerTemp │ │ │ ├── CarOwnerUserTemp.jsp │ │ │ ├── FeedbackAndDisputeTemp.jsp │ │ │ ├── ParkingAcountTemp.jsp │ │ │ ├── ParkingAcountUpdateTemp.jsp │ │ │ ├── ParkingInfoTemp.jsp │ │ │ ├── ParkingTemporaryInfoTemp.jsp │ │ │ └── Sharinfplatformshengqi.jsp │ │ ├── layout.html │ │ ├── layui │ │ │ ├── css │ │ │ │ ├── layui.css │ │ │ │ ├── layui.mobile.css │ │ │ │ └── modules │ │ │ │ │ ├── code.css │ │ │ │ │ ├── laydate │ │ │ │ │ └── default │ │ │ │ │ │ └── laydate.css │ │ │ │ │ └── layer │ │ │ │ │ └── default │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── layer.css │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ ├── font │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.svg │ │ │ │ ├── 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 │ │ │ ├── lay │ │ │ │ └── modules │ │ │ │ │ ├── carousel.js │ │ │ │ │ ├── code.js │ │ │ │ │ ├── element.js │ │ │ │ │ ├── flow.js │ │ │ │ │ ├── form.js │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── laydate.js │ │ │ │ │ ├── layedit.js │ │ │ │ │ ├── layer.js │ │ │ │ │ ├── laypage.js │ │ │ │ │ ├── laytpl.js │ │ │ │ │ ├── mobile.js │ │ │ │ │ ├── table.js │ │ │ │ │ ├── tree.js │ │ │ │ │ ├── upload.js │ │ │ │ │ └── util.js │ │ │ ├── layui.all.js │ │ │ └── layui.js │ │ ├── login.html │ │ ├── main.html │ │ ├── nav.html │ │ ├── navbar.html │ │ ├── paging.html │ │ ├── parkingInfo.jsp │ │ ├── plugins │ │ │ ├── font-awesome │ │ │ │ ├── css │ │ │ │ │ ├── font-awesome.css │ │ │ │ │ └── font-awesome.min.css │ │ │ │ └── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ └── layui │ │ │ │ ├── css │ │ │ │ ├── layui.css │ │ │ │ ├── layui.mobile.css │ │ │ │ └── modules │ │ │ │ │ ├── code.css │ │ │ │ │ ├── icheck │ │ │ │ │ ├── flat │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── flat.css │ │ │ │ │ │ ├── flat.png │ │ │ │ │ │ ├── flat@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── futurico │ │ │ │ │ │ ├── futurico.css │ │ │ │ │ │ ├── futurico.png │ │ │ │ │ │ └── futurico@2x.png │ │ │ │ │ ├── icheck.css │ │ │ │ │ ├── line │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── line.css │ │ │ │ │ │ ├── line.png │ │ │ │ │ │ ├── line@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ └── yellow.css │ │ │ │ │ ├── minimal │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── minimal.css │ │ │ │ │ │ ├── minimal.png │ │ │ │ │ │ ├── minimal@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── polaris │ │ │ │ │ │ ├── polaris.css │ │ │ │ │ │ ├── polaris.png │ │ │ │ │ │ └── polaris@2x.png │ │ │ │ │ └── square │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── square.css │ │ │ │ │ │ ├── square.png │ │ │ │ │ │ ├── square@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── laydate │ │ │ │ │ ├── icon.png │ │ │ │ │ └── laydate.css │ │ │ │ │ └── layer │ │ │ │ │ └── default │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── layer.css │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ │ ├── font │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.svg │ │ │ │ ├── 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 │ │ │ │ ├── lay │ │ │ │ ├── dest │ │ │ │ │ ├── layui.all.js │ │ │ │ │ └── layui.mod.js │ │ │ │ ├── lib │ │ │ │ │ └── jquery.js │ │ │ │ └── modules │ │ │ │ │ ├── code.js │ │ │ │ │ ├── element.js │ │ │ │ │ ├── flow.js │ │ │ │ │ ├── form.js │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── laydate.js │ │ │ │ │ ├── layedit.js │ │ │ │ │ ├── layer.js │ │ │ │ │ ├── laypage.js │ │ │ │ │ ├── laytpl.js │ │ │ │ │ ├── mobile.js │ │ │ │ │ ├── tree.js │ │ │ │ │ ├── upload.js │ │ │ │ │ └── util.js │ │ │ │ ├── layui.js │ │ │ │ └── modules │ │ │ │ ├── icheck.js │ │ │ │ └── pjax.js │ │ ├── tab.html │ │ ├── table.html │ │ ├── temp │ │ │ └── edit-form.html │ │ ├── top.jsp │ │ └── video.html │ ├── META-INF │ │ └── MANIFEST.MF │ ├── ParkAccount │ │ ├── CustomParkingSpace.jsp │ │ ├── LICENSE │ │ ├── ParkingDictionary.jsp │ │ ├── ParkingSpace.jsp │ │ ├── Sharinfplatform.jsp │ │ ├── Sharinfplatformfkui.jsp │ │ ├── Sharinfplatshengqi.jsp │ │ ├── Trafficflowreport.jsp │ │ ├── Transaction.jsp │ │ ├── Transactionreport.jsp │ │ ├── WebIM │ │ │ ├── css │ │ │ │ └── chat.css │ │ │ ├── font_Icon │ │ │ │ ├── demo.css │ │ │ │ ├── iconfont.css │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.ttf │ │ │ │ └── iconfont.woff │ │ │ ├── img │ │ │ │ ├── 1.png │ │ │ │ ├── bqxtb01.png │ │ │ │ ├── icon01.png │ │ │ │ ├── icon02.png │ │ │ │ └── icon03.png │ │ │ ├── index.html │ │ │ ├── index.jsp │ │ │ └── js │ │ │ │ └── jquery.min.js │ │ ├── auxiliar.html │ │ ├── begtable.html │ │ ├── btable.html │ │ ├── button.html │ │ ├── city.html │ │ ├── cop.html │ │ ├── cop.jsp │ │ ├── css │ │ │ ├── begtable.css │ │ │ ├── btable.css │ │ │ ├── global.css │ │ │ ├── layout.css │ │ │ ├── layui.css │ │ │ ├── login.css │ │ │ ├── main.css │ │ │ └── table.css │ │ ├── customParking.jsp │ │ ├── datas │ │ │ ├── area_data.js │ │ │ ├── btable_data.json │ │ │ ├── laytpl_laypage_data.json │ │ │ ├── nav.js │ │ │ ├── nav.json │ │ │ ├── nav_content.json │ │ │ └── nav_member.json │ │ ├── form.html │ │ ├── gotoPage │ │ │ └── gotoCustomParkingSpace.jsp │ │ ├── icheck.html │ │ ├── images │ │ │ ├── 0.jpg │ │ │ ├── logo-1.png │ │ │ └── xx.png │ │ ├── index.jsp │ │ ├── js │ │ │ ├── area.js │ │ │ ├── baajax.js │ │ │ ├── begtable.js │ │ │ ├── bootstrap.min.js │ │ │ ├── btable.js │ │ │ ├── city.js │ │ │ ├── common.js │ │ │ ├── echarts.min.js │ │ │ ├── index.js │ │ │ ├── jquery-1.12.4.js │ │ │ ├── layout.js │ │ │ ├── layui.all.js │ │ │ ├── layui.js │ │ │ ├── navbar.js │ │ │ ├── paging.js │ │ │ ├── tab.js │ │ │ └── validator.js │ │ ├── layerTemp │ │ │ ├── BacklistTemp.jsp │ │ │ ├── FeedbackAndDisputeTemp.jsp │ │ │ ├── ParkingAcountTemp.jsp │ │ │ ├── ParkingAcountUpdateTemp.jsp │ │ │ ├── ParkingDictionaryTemp.jsp │ │ │ ├── ParkingInfodetailTemp.jsp │ │ │ ├── ParkingPaymentTemp.jsp │ │ │ ├── ParkingSpaceTemp.jsp │ │ │ ├── SharingPlatformTemp.jsp │ │ │ └── TransactionTemp.jsp │ │ ├── layout.html │ │ ├── layui │ │ │ ├── css │ │ │ │ ├── layui.css │ │ │ │ ├── layui.mobile.css │ │ │ │ └── modules │ │ │ │ │ ├── code.css │ │ │ │ │ ├── laydate │ │ │ │ │ └── default │ │ │ │ │ │ └── laydate.css │ │ │ │ │ └── layer │ │ │ │ │ └── default │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── layer.css │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ ├── font │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.svg │ │ │ │ ├── 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 │ │ │ ├── lay │ │ │ │ └── modules │ │ │ │ │ ├── carousel.js │ │ │ │ │ ├── code.js │ │ │ │ │ ├── element.js │ │ │ │ │ ├── flow.js │ │ │ │ │ ├── form.js │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── laydate.js │ │ │ │ │ ├── layedit.js │ │ │ │ │ ├── layer.js │ │ │ │ │ ├── laypage.js │ │ │ │ │ ├── laytpl.js │ │ │ │ │ ├── mobile.js │ │ │ │ │ ├── table.js │ │ │ │ │ ├── tree.js │ │ │ │ │ ├── upload.js │ │ │ │ │ └── util.js │ │ │ ├── layui.all.js │ │ │ └── layui.js │ │ ├── login.html │ │ ├── main.html │ │ ├── main.jsp │ │ ├── nav.html │ │ ├── navbar.html │ │ ├── operationRecord.jsp │ │ ├── paging.html │ │ ├── parkingInfoUpdateRecord.jsp │ │ ├── parkingdealRecord.jsp │ │ ├── parkinginfoRecord.jsp │ │ ├── plugins │ │ │ ├── font-awesome │ │ │ │ ├── css │ │ │ │ │ ├── font-awesome.css │ │ │ │ │ └── font-awesome.min.css │ │ │ │ └── fonts │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ └── layui │ │ │ │ ├── css │ │ │ │ ├── layui.css │ │ │ │ ├── layui.mobile.css │ │ │ │ └── modules │ │ │ │ │ ├── code.css │ │ │ │ │ ├── icheck │ │ │ │ │ ├── flat │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── flat.css │ │ │ │ │ │ ├── flat.png │ │ │ │ │ │ ├── flat@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── futurico │ │ │ │ │ │ ├── futurico.css │ │ │ │ │ │ ├── futurico.png │ │ │ │ │ │ └── futurico@2x.png │ │ │ │ │ ├── icheck.css │ │ │ │ │ ├── line │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── line.css │ │ │ │ │ │ ├── line.png │ │ │ │ │ │ ├── line@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ └── yellow.css │ │ │ │ │ ├── minimal │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── minimal.css │ │ │ │ │ │ ├── minimal.png │ │ │ │ │ │ ├── minimal@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── polaris │ │ │ │ │ │ ├── polaris.css │ │ │ │ │ │ ├── polaris.png │ │ │ │ │ │ └── polaris@2x.png │ │ │ │ │ └── square │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── square.css │ │ │ │ │ │ ├── square.png │ │ │ │ │ │ ├── square@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── laydate │ │ │ │ │ ├── icon.png │ │ │ │ │ └── laydate.css │ │ │ │ │ └── layer │ │ │ │ │ └── default │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── layer.css │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ │ ├── font │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.svg │ │ │ │ ├── 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 │ │ │ │ ├── lay │ │ │ │ ├── dest │ │ │ │ │ ├── layui.all.js │ │ │ │ │ └── layui.mod.js │ │ │ │ ├── lib │ │ │ │ │ └── jquery.js │ │ │ │ └── modules │ │ │ │ │ ├── code.js │ │ │ │ │ ├── element.js │ │ │ │ │ ├── flow.js │ │ │ │ │ ├── form.js │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── laydate.js │ │ │ │ │ ├── layedit.js │ │ │ │ │ ├── layer.js │ │ │ │ │ ├── laypage.js │ │ │ │ │ ├── laytpl.js │ │ │ │ │ ├── mobile.js │ │ │ │ │ ├── tree.js │ │ │ │ │ ├── upload.js │ │ │ │ │ └── util.js │ │ │ │ ├── layui.js │ │ │ │ └── modules │ │ │ │ ├── icheck.js │ │ │ │ └── pjax.js │ │ ├── tdrag │ │ │ ├── JavaScript │ │ │ │ ├── Tdrag.js │ │ │ │ ├── Tdrag.min.js │ │ │ │ └── jquery1.7.2.js │ │ │ ├── demo.css │ │ │ ├── image │ │ │ │ ├── parkingspace2.png │ │ │ │ ├── tezml.PNG │ │ │ │ ├── tezml2.PNG │ │ │ │ └── tezmls.png │ │ │ └── index.html │ │ ├── temp │ │ │ ├── addedit.jsp │ │ │ └── edit-form.html │ │ └── video │ │ │ ├── css │ │ │ ├── font-awesome-ie7.min.css │ │ │ ├── font-awesome.min.css │ │ │ └── toolkit.css │ │ │ ├── font │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ │ ├── img │ │ │ ├── kejilan1.jpg │ │ │ ├── timgbg.jpg │ │ │ ├── timgbg.png │ │ │ └── video_bg.png │ │ │ ├── index.html │ │ │ ├── js │ │ │ ├── jquery-1.8.3.min.js │ │ │ ├── jquery-2.1.4.min.js │ │ │ └── proTree.js │ │ │ └── video │ │ │ ├── movie.ogg │ │ │ └── ssp.mp4 │ ├── WEB-INF │ │ ├── jsp │ │ │ └── test.jsp │ │ └── web.xml │ ├── index.jsp │ ├── js │ │ └── jquery-1.8.3.js │ ├── login │ │ ├── css │ │ │ └── login.css │ │ ├── gt.js │ │ ├── images │ │ │ ├── 0.jpg │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── captcha.jpg │ │ │ └── copy_rignt_24.png │ │ ├── js │ │ │ ├── Validform_v5.3.2_min.js │ │ │ ├── jQuery1.7.js │ │ │ ├── jquery-1.8.2.min.js │ │ │ ├── jquery.SuperSlide.js │ │ │ └── jquery1.42.min.js │ │ ├── login.jsp │ │ └── login2.jsp │ ├── main.html │ └── main.jsp ├── java │ └── cn │ │ └── parkmanasys │ │ ├── ParkManagementSystemApplication.java │ │ ├── SpringBootStartApplication.java │ │ ├── config │ │ ├── cxf │ │ │ └── CxfConfig.java │ │ └── shiro │ │ │ ├── MyRealm.java │ │ │ └── ShiroConfiguration.java │ │ ├── controller │ │ ├── AdminParkingInfoController.java │ │ ├── CarowneruserController.java │ │ ├── CustomParkingSpaceInfoController.java │ │ ├── FeedbackAndDisputeController.java │ │ ├── LogController.java │ │ ├── NettyServerController.java │ │ ├── ParkingAccountController.java │ │ ├── ParkingDictionaryController.java │ │ ├── ParkingInfoController.java │ │ ├── ParkingPayMentController.java │ │ ├── ParkingSpaceController.java │ │ ├── ParkingTimesStatisticsController.java │ │ ├── PlateNumberConllertro.java │ │ ├── SharingPlatformApplicationController.java │ │ ├── SharingPlatformAuthorizationController.java │ │ ├── SharingPlatformController.java │ │ ├── SysInterfaceManagerController.java │ │ ├── SysOperationLogController.java │ │ └── TransactionController.java │ │ ├── dao │ │ ├── AccountTypeMapper.java │ │ ├── BlackListMapper.java │ │ ├── BoundOfplateNumberMapper.java │ │ ├── CarMapper.java │ │ ├── CarOwnerUserMapper.java │ │ ├── CarRepairMapper.java │ │ ├── CustomParkingSpaceInfoMapper.java │ │ ├── DistrictOrCountyMapper.java │ │ ├── FeedbackAndDisputeMapper.java │ │ ├── GasStationMapper.java │ │ ├── GourmetDoodMapper.java │ │ ├── OrderListMapper.java │ │ ├── OrderStatusMapper.java │ │ ├── ParkingAccountMapper.java │ │ ├── ParkingDictionaryMapper.java │ │ ├── ParkingInfoMapper.java │ │ ├── ParkingPaymentMapper.java │ │ ├── ParkingSpaceMapper.java │ │ ├── ParkingSpaceStatusMapper.java │ │ ├── ParkingTemporaryInfoMapper.java │ │ ├── ParkingTimesStatisticsMapper.java │ │ ├── PeccancyMapper.java │ │ ├── PlateNumberMapper.java │ │ ├── SharingPlatformApplicationMapper.java │ │ ├── SharingPlatformAuthorizationMapper.java │ │ ├── SharingPlatformMapper.java │ │ ├── SharingStatusMapper.java │ │ ├── StopStatusMapper.java │ │ ├── StopTypeMapper.java │ │ ├── StreetMapper.java │ │ ├── SysInterfaceManagerDetailsMapper.java │ │ ├── SysInterfaceManagerMapper.java │ │ ├── SysOperationLogMapper.java │ │ ├── TouristAttractionsMapper.java │ │ ├── TransactionMapper.java │ │ ├── TransactionStatusInfoMapper.java │ │ ├── TransactionStatusMapper.java │ │ └── TransactionTypeMapper.java │ │ ├── entity │ │ ├── AccountType.java │ │ ├── BlackList.java │ │ ├── BoundOfPlateNumber.java │ │ ├── Car.java │ │ ├── CarOwnerUser.java │ │ ├── CarRepair.java │ │ ├── CustomParkingSpaceInfo.java │ │ ├── DistrictOrCounty.java │ │ ├── ExamineStatusInfo.java │ │ ├── FeedbackAndDispute.java │ │ ├── GasStation.java │ │ ├── GourmetFood.java │ │ ├── OrderList.java │ │ ├── OrderStatus.java │ │ ├── ParkingAccount.java │ │ ├── ParkingDictionary.java │ │ ├── ParkingInfo.java │ │ ├── ParkingPayment.java │ │ ├── ParkingSpace.java │ │ ├── ParkingSpaceStatus.java │ │ ├── ParkingTemporaryInfo.java │ │ ├── ParkingTimesStatistics.java │ │ ├── Peccancy.java │ │ ├── PlateNumber.java │ │ ├── SharingPlatform.java │ │ ├── SharingPlatformApplication.java │ │ ├── SharingPlatformAuthorization.java │ │ ├── SharingStatus.java │ │ ├── StopStatus.java │ │ ├── StopType.java │ │ ├── Street.java │ │ ├── SysInterfaceManager.java │ │ ├── SysInterfaceManagerDetails.java │ │ ├── SysOperationLog.java │ │ ├── TouristAttractions.java │ │ ├── Transaction.java │ │ ├── TransactionStatus.java │ │ ├── TransactionStatusInfo.java │ │ └── TransactionType.java │ │ ├── geetest │ │ ├── GeeTestController.java │ │ ├── GeetestConfig.java │ │ └── GeetestLib.java │ │ ├── netty │ │ └── server │ │ │ ├── DoMain.java │ │ │ ├── HttpService.java │ │ │ ├── WebSocketServerHandler.java │ │ │ ├── WebSocketServerImpl.java │ │ │ └── WebSocketService.java │ │ ├── scheduled │ │ └── RevokeScheduledTasks.java │ │ ├── service │ │ ├── OperationRecord │ │ │ ├── SysOperationLogService.java │ │ │ └── SysOperationLogServiceImpl.java │ │ ├── accounttype │ │ │ ├── AccountTypeService.java │ │ │ └── AccountTypeServiceImpl.java │ │ ├── app │ │ │ ├── AppService.java │ │ │ └── AppServiceImpl.java │ │ ├── blacklist │ │ │ ├── BlackListService.java │ │ │ └── BlackListServiceImpl.java │ │ ├── boundofplatenumber │ │ │ ├── BoundOfPlateNumberService.java │ │ │ └── BoundOfPlateNumberServiceImpl.java │ │ ├── car │ │ │ ├── CarService.java │ │ │ └── CarServiceImpl.java │ │ ├── carowneruser │ │ │ ├── CarOwnerUserService.java │ │ │ └── CarOwnerUserServiceImpl.java │ │ ├── carrepair │ │ │ ├── CarRepairService.java │ │ │ └── CarRepairServiceImpl.java │ │ ├── customparkingspaceinfo │ │ │ ├── CustomParkingSpaceInfoService.java │ │ │ └── CustomParkingSpaceInfoServiceImpl.java │ │ ├── districtorcounty │ │ │ ├── DistrictOrCountyService.java │ │ │ └── DistrictOrCountyServiceImpl.java │ │ ├── feedbackanddispute │ │ │ ├── FeedbackAndDisputeService.java │ │ │ └── FeedbackAndDisputeServiceImpl.java │ │ ├── gasstation │ │ │ ├── GasStationService.java │ │ │ └── GasStationServiceImpl.java │ │ ├── gourmetdood │ │ │ ├── GourmetDoodService.java │ │ │ └── GourmetDoodServiceImpl.java │ │ ├── orderlist │ │ │ ├── OrderListService.java │ │ │ └── OrderListServiceImpl.java │ │ ├── orderstatus │ │ │ ├── OrderStatusService.java │ │ │ └── OrderStatusServiceImpl.java │ │ ├── parkingTemporaryInfo │ │ │ ├── ParkingTemporaryInfoService.java │ │ │ └── ParkingTemporaryInfoServiceimpl.java │ │ ├── parkingTimesStatistics │ │ │ ├── ParkingTimesStatisticsService.java │ │ │ └── ParkingTimesStatisticsServiceimpl.java │ │ ├── parkingaccount │ │ │ ├── ParkingAccountService.java │ │ │ └── ParkingAccountServiceImpl.java │ │ ├── parkingdictionary │ │ │ ├── ParkingDictionaryService.java │ │ │ └── ParkingDictionaryServiceImpl.java │ │ ├── parkinginfo │ │ │ ├── ParkingInfoService.java │ │ │ └── ParkingInfoServiceImpl.java │ │ ├── parkingpayment │ │ │ ├── ParkingPaymentService.java │ │ │ └── ParkingPaymentServiceImpl.java │ │ ├── parkingspace │ │ │ ├── ParkingSpaceService.java │ │ │ └── ParkingSpaceServiceImpl.java │ │ ├── parkingspacestatus │ │ │ ├── ParkingSpaceStatusService.java │ │ │ └── ParkingSpaceStatusServiceImpl.java │ │ ├── peccancy │ │ │ ├── PeccancyService.java │ │ │ └── PeccancyServiceImpl.java │ │ ├── platenumber │ │ │ ├── PlateNumberService.java │ │ │ └── PlateNumberServiceImpl.java │ │ ├── sharingflatform │ │ │ ├── SharingPlatformService.java │ │ │ └── SharingPlatformServiceImpl.java │ │ ├── sharingplatformapplication │ │ │ ├── SharingPlatformApplicationService.java │ │ │ └── SharingPlatformApplicationServiceImpl.java │ │ ├── sharingplatformauthorization │ │ │ ├── SharingPlatformAuthorizationService.java │ │ │ └── SharingPlatformAuthorizationServiceImpl.java │ │ ├── sharingstatus │ │ │ ├── SharingStatusService.java │ │ │ └── SharingStatusServiceImpl.java │ │ ├── stopstatus │ │ │ ├── StopStatusService.java │ │ │ └── StopStatusServiceImpl.java │ │ ├── stoptype │ │ │ ├── StopTypeService.java │ │ │ └── StopTypeServiceImpl.java │ │ ├── street │ │ │ ├── StreetService.java │ │ │ └── StreetServiceImpl.java │ │ ├── sysinterfacemanager │ │ │ ├── SysInterfaceManagerService.java │ │ │ └── SysInterfaceManagerServiceImpl.java │ │ ├── touristattractions │ │ │ ├── TouristAttractionsService.java │ │ │ └── TouristAttractionsServiceImpl.java │ │ ├── transaction │ │ │ ├── TransactionService.java │ │ │ └── TransactionServiceImpl.java │ │ ├── transactionstatus │ │ │ ├── TransactionStatusService.java │ │ │ └── TransactionStatusServiceImpl.java │ │ ├── transactionstatusinfo │ │ │ ├── TransactionStatusInfoService.java │ │ │ └── TransactionStatusInfoServiceImpl.java │ │ └── transactiontype │ │ │ ├── TransactionTypeService.java │ │ │ └── TransactionTypeServiceImpl.java │ │ └── util │ │ ├── Constants.java │ │ ├── PageSupport.java │ │ ├── StaticClass.java │ │ ├── annotation │ │ ├── LogTypeEnum.java │ │ └── SystemLog.java │ │ ├── aop │ │ └── SystemLogAop.java │ │ └── ocr │ │ ├── Base64Util.java │ │ ├── FileUtil.java │ │ ├── HttpUtil.java │ │ └── OrcToken.java └── resources │ ├── application.properties │ └── 数据库设计.rar └── test └── java └── cn └── equipmentsale └── ParkManagementSystemApplicationTests.java /.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/ -------------------------------------------------------------------------------- /.mvn/wrapper/maven-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/.mvn/wrapper/maven-wrapper.jar -------------------------------------------------------------------------------- /.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/AdministratorAccount/WebIM/font_Icon/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/font_Icon/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/img/1.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/bqxtb01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/img/bqxtb01.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/icon01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/img/icon01.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/icon02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/img/icon02.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/WebIM/img/icon03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/WebIM/img/icon03.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/app-icon72x72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/app-icon72x72@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-firefox.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-ie.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-opera.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/admin-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/admin-safari.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/adminPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/adminPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/blogPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/blogPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/landing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/landing.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/landingPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/landingPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/loginPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/loginPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/examples/sidebarPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/examples/sidebarPage.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/favicon.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/i/startup-640x1096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/i/startup-640x1096.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/32.jpg -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/43.jpg -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a1.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a10.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a2.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a3.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a4.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a5.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a6.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a7.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a8.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/a9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/a9.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/lbbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/lbbg.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/logo.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/syncfusion-icons-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/syncfusion-icons-white.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/user01.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/user02.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/user03.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/user04.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/user05.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/user06.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/assets/img/user07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/assets/img/user07.png -------------------------------------------------------------------------------- /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/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/WebApp/AdministratorAccount/images/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/images/0.jpg -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/images/logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/images/logo-1.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/images/xx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/images/xx.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/0.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/10.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/11.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/12.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/13.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/14.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/15.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/16.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/17.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/18.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/20.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/21.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/22.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/23.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/24.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/25.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/26.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/27.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/28.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/30.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/31.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/32.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/33.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/34.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/35.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/36.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/37.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/38.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/40.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/41.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/42.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/43.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/44.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/45.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/46.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/47.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/48.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/50.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/51.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/52.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/53.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/54.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/55.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/56.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/57.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/58.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/60.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/61.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/62.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/63.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/64.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/65.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/66.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/67.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/68.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/70.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/8.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/line/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/line/line.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/line/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/minimal.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/green.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/red.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/square.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/square@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/square@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/laydate/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/laydate/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/plugins/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/AdministratorAccount/plugins/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/WebApp/AdministratorAccount/video.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/main/WebApp/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/font_Icon/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/img/1.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/bqxtb01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/img/bqxtb01.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/icon01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/img/icon01.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/icon02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/img/icon02.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/WebIM/img/icon03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/WebIM/img/icon03.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/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/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/WebApp/ParkAccount/images/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/images/0.jpg -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/images/logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/images/logo-1.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/images/xx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/images/xx.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/0.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/10.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/11.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/12.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/13.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/14.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/15.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/16.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/17.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/18.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/20.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/21.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/22.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/23.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/24.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/25.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/26.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/27.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/28.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/30.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/31.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/32.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/33.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/34.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/35.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/36.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/37.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/38.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/40.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/41.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/42.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/43.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/44.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/45.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/46.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/47.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/48.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/50.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/51.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/52.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/53.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/54.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/55.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/56.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/57.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/58.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/60.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/61.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/62.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/63.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/64.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/65.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/66.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/67.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/68.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/70.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/8.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/flat@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/red.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/flat/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/futurico/futurico@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/line/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/line/line.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/line/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/minimal.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/minimal@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/red.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/minimal/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/polaris/polaris@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/aero@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/blue@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/green@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/grey@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/orange@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/pink@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/purple@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/red.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/square.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/square@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/square@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/icheck/square/yellow@2x.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/laydate/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/laydate/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/plugins/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/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/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/plugins/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/parkingspace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/tdrag/image/parkingspace2.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/tezml.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/tdrag/image/tezml.PNG -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/tezml2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/tdrag/image/tezml2.PNG -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/tdrag/image/tezmls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/tdrag/image/tezmls.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/font/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/kejilan1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/img/kejilan1.jpg -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/timgbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/img/timgbg.jpg -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/timgbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/img/timgbg.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/img/video_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/img/video_bg.png -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/video/movie.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/video/movie.ogg -------------------------------------------------------------------------------- /src/main/WebApp/ParkAccount/video/video/ssp.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/ParkAccount/video/video/ssp.mp4 -------------------------------------------------------------------------------- /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/WebApp/login/images/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/login/images/0.jpg -------------------------------------------------------------------------------- /src/main/WebApp/login/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/login/images/1.jpg -------------------------------------------------------------------------------- /src/main/WebApp/login/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/login/images/2.jpg -------------------------------------------------------------------------------- /src/main/WebApp/login/images/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/login/images/captcha.jpg -------------------------------------------------------------------------------- /src/main/WebApp/login/images/copy_rignt_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/WebApp/login/images/copy_rignt_24.png -------------------------------------------------------------------------------- /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/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/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/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/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/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/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/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/accounttype/AccountTypeService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.accounttype; 2 | 3 | 4 | public interface AccountTypeService { 5 | } 6 | -------------------------------------------------------------------------------- /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/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/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/carrepair/CarRepairService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.carrepair; 2 | 3 | 4 | public interface CarRepairService { 5 | } 6 | -------------------------------------------------------------------------------- /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/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/service/districtorcounty/DistrictOrCountyService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.districtorcounty; 2 | 3 | 4 | public interface DistrictOrCountyService { 5 | } 6 | -------------------------------------------------------------------------------- /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/gasstation/GasStationService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.gasstation; 2 | 3 | 4 | public interface GasStationService { 5 | } 6 | -------------------------------------------------------------------------------- /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/gourmetdood/GourmetDoodService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.gourmetdood; 2 | 3 | 4 | public interface GourmetDoodService { 5 | } 6 | -------------------------------------------------------------------------------- /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/orderlist/OrderListService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.orderlist; 2 | 3 | 4 | public interface OrderListService { 5 | } 6 | -------------------------------------------------------------------------------- /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/java/cn/parkmanasys/service/orderstatus/OrderStatusService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.orderstatus; 2 | 3 | 4 | public interface OrderStatusService { 5 | } 6 | -------------------------------------------------------------------------------- /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/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/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/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/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/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/java/cn/parkmanasys/service/street/StreetService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.street; 2 | 3 | 4 | public interface StreetService { 5 | } 6 | -------------------------------------------------------------------------------- /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/java/cn/parkmanasys/service/touristattractions/TouristAttractionsService.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.service.touristattractions; 2 | 3 | 4 | public interface TouristAttractionsService { 5 | } 6 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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/util/Constants.java: -------------------------------------------------------------------------------- 1 | package cn.parkmanasys.util; 2 | 3 | public class Constants { 4 | public static int pageSize = 10; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/数据库设计.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linlangleo/ParkManagementSystem/5d2fca6a6d6fcc77e8dab76d1426093f4a235d71/src/main/resources/数据库设计.rar -------------------------------------------------------------------------------- /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 | --------------------------------------------------------------------------------