├── src └── main │ ├── webapp │ ├── upload │ │ ├── a.text │ │ ├── 1616237436273.jpg │ │ ├── 1616237445260.jpg │ │ ├── 1616237455711.jpg │ │ ├── 1616237492027.jpg │ │ ├── 1616237499095.jpg │ │ ├── 1616237514243.jpg │ │ ├── 1616237522602.jpg │ │ ├── 1616237532297.jpg │ │ ├── 1616237540735.jpg │ │ ├── 1616237549440.jpg │ │ ├── 1616237558462.jpg │ │ ├── 1616383833955.jpg │ │ ├── 1616383967987.jpg │ │ ├── 1616391665293.jpg │ │ └── 1616391764981.jpg │ ├── jsp │ │ ├── static │ │ │ ├── topNav.jsp │ │ │ ├── toLogin.jsp │ │ │ ├── myInfo.js │ │ │ ├── crossBtnControl.js │ │ │ ├── foot.jsp │ │ │ ├── logout.jsp │ │ │ ├── iframeAuto.js │ │ │ └── getRoleButtons.js │ │ └── modules │ │ │ └── home │ │ │ └── home.jsp │ ├── resources │ │ ├── ueditor │ │ │ ├── themes │ │ │ │ ├── iframe.css │ │ │ │ └── default │ │ │ │ │ └── images │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── lock.gif │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── word.gif │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── arrow_up.png │ │ │ │ │ ├── charts.png │ │ │ │ │ ├── cursor_h.gif │ │ │ │ │ ├── cursor_h.png │ │ │ │ │ ├── cursor_v.gif │ │ │ │ │ ├── cursor_v.png │ │ │ │ │ ├── filescan.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── sortable.png │ │ │ │ │ ├── spacer.gif │ │ │ │ │ ├── upload.png │ │ │ │ │ ├── arrow_down.png │ │ │ │ │ ├── button-bg.gif │ │ │ │ │ ├── icons-all.gif │ │ │ │ │ ├── loaderror.png │ │ │ │ │ ├── pagebreak.gif │ │ │ │ │ ├── sparator_v.png │ │ │ │ │ ├── toolbar_bg.png │ │ │ │ │ ├── videologo.gif │ │ │ │ │ ├── wordpaste.png │ │ │ │ │ ├── cancelbutton.gif │ │ │ │ │ ├── highlighted.gif │ │ │ │ │ ├── unhighlighted.gif │ │ │ │ │ ├── dialog-title-bg.png │ │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ │ ├── table-cell-align.png │ │ │ │ │ └── tangram-colorpicker.png │ │ │ ├── lang │ │ │ │ ├── en │ │ │ │ │ └── images │ │ │ │ │ │ ├── copy.png │ │ │ │ │ │ ├── music.png │ │ │ │ │ │ ├── button.png │ │ │ │ │ │ ├── upload.png │ │ │ │ │ │ ├── addimage.png │ │ │ │ │ │ ├── background.png │ │ │ │ │ │ ├── localimage.png │ │ │ │ │ │ ├── deleteenable.png │ │ │ │ │ │ ├── deletedisable.png │ │ │ │ │ │ ├── listbackground.png │ │ │ │ │ │ ├── rotateleftdisable.png │ │ │ │ │ │ ├── rotateleftenable.png │ │ │ │ │ │ ├── rotaterightenable.png │ │ │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ │ │ ├── rotaterightdisable.png │ │ │ │ │ │ └── alldeletebtnhoverskin.png │ │ │ │ └── zh-cn │ │ │ │ │ └── images │ │ │ │ │ ├── copy.png │ │ │ │ │ ├── music.png │ │ │ │ │ ├── upload.png │ │ │ │ │ └── localimage.png │ │ │ ├── dialogs │ │ │ │ ├── table │ │ │ │ │ ├── dragicon.png │ │ │ │ │ └── edittip.html │ │ │ │ ├── emotion │ │ │ │ │ └── images │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── bface.gif │ │ │ │ │ │ ├── cface.gif │ │ │ │ │ │ ├── fface.gif │ │ │ │ │ │ ├── jxface2.gif │ │ │ │ │ │ ├── tface.gif │ │ │ │ │ │ ├── wface.gif │ │ │ │ │ │ ├── yface.gif │ │ │ │ │ │ └── neweditor-tab-bg.png │ │ │ │ ├── image │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── alignicon.jpg │ │ │ │ │ │ ├── progress.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ └── success.png │ │ │ │ ├── video │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── progress.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ ├── file-icons.png │ │ │ │ │ │ ├── left_focus.jpg │ │ │ │ │ │ ├── none_focus.jpg │ │ │ │ │ │ ├── right_focus.jpg │ │ │ │ │ │ └── center_focus.jpg │ │ │ │ ├── scrawl │ │ │ │ │ └── images │ │ │ │ │ │ ├── brush.png │ │ │ │ │ │ ├── empty.png │ │ │ │ │ │ ├── redo.png │ │ │ │ │ │ ├── redoH.png │ │ │ │ │ │ ├── scale.png │ │ │ │ │ │ ├── size.png │ │ │ │ │ │ ├── undo.png │ │ │ │ │ │ ├── undoH.png │ │ │ │ │ │ ├── addimg.png │ │ │ │ │ │ ├── delimg.png │ │ │ │ │ │ ├── delimgH.png │ │ │ │ │ │ ├── emptyH.png │ │ │ │ │ │ ├── eraser.png │ │ │ │ │ │ └── scaleH.png │ │ │ │ ├── template │ │ │ │ │ ├── images │ │ │ │ │ │ ├── bg.gif │ │ │ │ │ │ ├── pre0.png │ │ │ │ │ │ ├── pre1.png │ │ │ │ │ │ ├── pre2.png │ │ │ │ │ │ ├── pre3.png │ │ │ │ │ │ └── pre4.png │ │ │ │ │ ├── template.html │ │ │ │ │ └── template.css │ │ │ │ ├── attachment │ │ │ │ │ ├── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── alignicon.gif │ │ │ │ │ │ ├── alignicon.png │ │ │ │ │ │ ├── progress.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ └── file-icons.png │ │ │ │ │ └── fileTypeImages │ │ │ │ │ │ ├── icon_chm.gif │ │ │ │ │ │ ├── icon_doc.gif │ │ │ │ │ │ ├── icon_exe.gif │ │ │ │ │ │ ├── icon_jpg.gif │ │ │ │ │ │ ├── icon_mp3.gif │ │ │ │ │ │ ├── icon_mv.gif │ │ │ │ │ │ ├── icon_pdf.gif │ │ │ │ │ │ ├── icon_ppt.gif │ │ │ │ │ │ ├── icon_psd.gif │ │ │ │ │ │ ├── icon_rar.gif │ │ │ │ │ │ ├── icon_txt.gif │ │ │ │ │ │ ├── icon_xls.gif │ │ │ │ │ │ └── icon_default.png │ │ │ │ ├── background │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ └── success.png │ │ │ │ ├── charts │ │ │ │ │ └── images │ │ │ │ │ │ ├── charts0.png │ │ │ │ │ │ ├── charts1.png │ │ │ │ │ │ ├── charts2.png │ │ │ │ │ │ ├── charts3.png │ │ │ │ │ │ ├── charts4.png │ │ │ │ │ │ └── charts5.png │ │ │ │ ├── wordimage │ │ │ │ │ ├── imageUploader.swf │ │ │ │ │ └── fClipboard_ueditor.swf │ │ │ │ ├── help │ │ │ │ │ └── help.css │ │ │ │ ├── spechars │ │ │ │ │ └── spechars.html │ │ │ │ ├── music │ │ │ │ │ └── music.html │ │ │ │ └── preview │ │ │ │ │ └── preview.html │ │ │ └── third-party │ │ │ │ ├── video-js │ │ │ │ ├── font │ │ │ │ │ ├── vjs.eot │ │ │ │ │ ├── vjs.ttf │ │ │ │ │ └── vjs.woff │ │ │ │ └── video-js.swf │ │ │ │ ├── webuploader │ │ │ │ ├── Uploader.swf │ │ │ │ └── webuploader.css │ │ │ │ ├── snapscreen │ │ │ │ └── UEditorSnapscreen.exe │ │ │ │ ├── zeroclipboard │ │ │ │ └── ZeroClipboard.swf │ │ │ │ └── highcharts │ │ │ │ └── modules │ │ │ │ ├── heatmap.js │ │ │ │ ├── heatmap.src.js │ │ │ │ └── no-data-to-display.js │ │ ├── images │ │ │ ├── fav.png │ │ │ ├── slide1.jpg │ │ │ ├── slide2.jpg │ │ │ ├── slide3.jpg │ │ │ ├── user1.png │ │ │ ├── user2.png │ │ │ ├── user3.png │ │ │ ├── card-1.jpeg │ │ │ ├── card-2.jpeg │ │ │ ├── bank │ │ │ │ ├── 中国农业银行.png │ │ │ │ ├── 中国建设银行.png │ │ │ │ ├── 中国银行.png │ │ │ │ ├── 交通银行.png │ │ │ │ ├── 微信支付.png │ │ │ │ ├── 招商银行.png │ │ │ │ ├── 支付宝支付.png │ │ │ │ ├── 中国邮政储蓄银行.png │ │ │ │ └── 支付平台-银联.png │ │ │ ├── card-1.jpeg.jpg │ │ │ ├── card-2.jpeg.jpg │ │ │ ├── doctor.jpeg.jpg │ │ │ └── logo-dark.png │ │ ├── fonts │ │ │ ├── themify.eot │ │ │ ├── themify.ttf │ │ │ ├── themify.woff │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── assets2 │ │ │ ├── img │ │ │ │ ├── bg.jpg │ │ │ │ ├── bg2.jpg │ │ │ │ ├── bg3.jpg │ │ │ │ ├── bg3.png │ │ │ │ ├── bg4.jpg │ │ │ │ ├── bg5.jpg │ │ │ │ ├── bg8.jpg │ │ │ │ ├── bg9.jpg │ │ │ │ ├── bg10.jpg │ │ │ │ ├── bg11.jpg │ │ │ │ ├── bg12.jpg │ │ │ │ ├── bg13.jpg │ │ │ │ ├── giftly.png │ │ │ │ ├── minus.png │ │ │ │ ├── plus.png │ │ │ │ ├── small-bg.jpg │ │ │ │ ├── credit │ │ │ │ │ ├── visa.png │ │ │ │ │ ├── paypal2.png │ │ │ │ │ ├── mastercard.png │ │ │ │ │ └── american-express.png │ │ │ │ ├── insta-pic.jpg │ │ │ │ ├── insta-pic2.jpg │ │ │ │ ├── search-dark.png │ │ │ │ ├── small-bg10.jpg │ │ │ │ ├── small-bg11.jpg │ │ │ │ ├── small-bg12.jpg │ │ │ │ ├── small-bg13.jpg │ │ │ │ ├── small-bg2.jpg │ │ │ │ ├── small-bg5.jpg │ │ │ │ ├── small-bg8.jpg │ │ │ │ ├── small-bg9.jpg │ │ │ │ ├── search-white.png │ │ │ │ ├── people-q-c-350-250-5.jpg │ │ │ │ ├── people-q-c-350-250-7.jpg │ │ │ │ └── people-q-c-350-250-8.jpg │ │ │ ├── font │ │ │ │ ├── maki.eot │ │ │ │ ├── maki.ttf │ │ │ │ ├── maki.woff │ │ │ │ ├── entypo.eot │ │ │ │ ├── entypo.ttf │ │ │ │ ├── entypo.woff │ │ │ │ ├── dripicons.eot │ │ │ │ ├── dripicons.ttf │ │ │ │ ├── dripicons.woff │ │ │ │ ├── BebasNeue-webfont.eot │ │ │ │ ├── BebasNeue-webfont.ttf │ │ │ │ ├── BebasNeue-webfont.woff │ │ │ │ ├── weathericons-regular-webfont.eot │ │ │ │ ├── weathericons-regular-webfont.ttf │ │ │ │ └── weathericons-regular-webfont.woff │ │ │ ├── ico │ │ │ │ └── minus.png │ │ │ ├── js │ │ │ │ ├── calendar │ │ │ │ │ └── img │ │ │ │ │ │ └── tick.png │ │ │ │ ├── iCheck │ │ │ │ │ ├── flat │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── flat.png │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── flat@2x.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ └── line │ │ │ │ │ │ ├── line.png │ │ │ │ │ │ └── line@2x.png │ │ │ │ ├── tree │ │ │ │ │ ├── images │ │ │ │ │ │ ├── file.gif │ │ │ │ │ │ ├── folder.gif │ │ │ │ │ │ ├── ajax-loader.gif │ │ │ │ │ │ ├── treeview-red.gif │ │ │ │ │ │ ├── folder-closed.gif │ │ │ │ │ │ ├── treeview-black.gif │ │ │ │ │ │ ├── treeview-gray.gif │ │ │ │ │ │ ├── treeview-default.gif │ │ │ │ │ │ ├── treeview-red-line.gif │ │ │ │ │ │ ├── treeview-black-line.gif │ │ │ │ │ │ ├── treeview-famfamfam.gif │ │ │ │ │ │ ├── treeview-gray-line.gif │ │ │ │ │ │ ├── treeview-default-line.gif │ │ │ │ │ │ └── treeview-famfamfam-line.gif │ │ │ │ │ └── treetable │ │ │ │ │ │ └── stylesheets │ │ │ │ │ │ └── jquery.treetable.css │ │ │ │ ├── dataTable │ │ │ │ │ ├── img │ │ │ │ │ │ ├── minus.png │ │ │ │ │ │ └── plus.png │ │ │ │ │ ├── lib │ │ │ │ │ │ └── jquery.dataTables │ │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── sort_asc.png │ │ │ │ │ │ │ ├── sort_both.png │ │ │ │ │ │ │ ├── sort_desc.png │ │ │ │ │ │ │ ├── sort_asc_disabled.png │ │ │ │ │ │ │ └── sort_desc_disabled.png │ │ │ │ │ └── css │ │ │ │ │ │ └── datatables.responsive.css │ │ │ │ ├── validate │ │ │ │ │ ├── img │ │ │ │ │ │ └── valid.png │ │ │ │ │ └── validate.css │ │ │ │ ├── gage │ │ │ │ │ └── raphael.2.1.0.min.js │ │ │ │ ├── idealform │ │ │ │ │ └── img │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ ├── datepicker.png │ │ │ │ │ │ ├── radiocheck.png │ │ │ │ │ │ └── validation.png │ │ │ │ ├── footable │ │ │ │ │ └── css │ │ │ │ │ │ ├── fonts │ │ │ │ │ │ ├── footable.eot │ │ │ │ │ │ ├── footable.ttf │ │ │ │ │ │ ├── footable.woff │ │ │ │ │ │ └── footable (1).eot │ │ │ │ │ │ └── footable-demos.css │ │ │ │ ├── upload │ │ │ │ │ └── demos │ │ │ │ │ │ ├── css │ │ │ │ │ │ └── images │ │ │ │ │ │ │ └── dark-bg.png │ │ │ │ │ │ └── js │ │ │ │ │ │ └── demo.min.js │ │ │ │ ├── dropZone │ │ │ │ │ └── downloads │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── spritemap.png │ │ │ │ │ │ └── spritemap@2x.png │ │ │ │ ├── colorPicker │ │ │ │ │ └── img │ │ │ │ │ │ └── bootstrap-colorpicker │ │ │ │ │ │ ├── hue.png │ │ │ │ │ │ ├── alpha.png │ │ │ │ │ │ └── saturation.png │ │ │ │ ├── textEditor │ │ │ │ │ ├── sceditor │ │ │ │ │ │ └── minified │ │ │ │ │ │ │ └── themes │ │ │ │ │ │ │ └── famfamfam.png │ │ │ │ │ └── editor.css │ │ │ │ ├── preloader.js │ │ │ │ ├── clock │ │ │ │ │ └── date.js │ │ │ │ ├── chart │ │ │ │ │ ├── realTime.js │ │ │ │ │ ├── barChart.js │ │ │ │ │ ├── polarChart.js │ │ │ │ │ ├── lineChart.js │ │ │ │ │ ├── radarChart.js │ │ │ │ │ ├── jquery.flot.resize.js │ │ │ │ │ └── chart-float-stacking.js │ │ │ │ ├── stackable │ │ │ │ │ └── stacktable.css │ │ │ │ ├── progress-bar │ │ │ │ │ └── number-pb.css │ │ │ │ ├── toggle_close.js │ │ │ │ ├── tag │ │ │ │ │ └── jquery.tagsinput.css │ │ │ │ └── tabs │ │ │ │ │ └── acc-wizard.min.css │ │ │ ├── fonts │ │ │ │ ├── open-sans-light.woff │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── glyphicons-halflings-regular (1).eot │ │ │ └── css │ │ │ │ ├── ribbons │ │ │ │ ├── awwwards_honorable_black_left.png │ │ │ │ ├── awwwards_honorable_black_right.png │ │ │ │ ├── awwwards_honorable_green_left.png │ │ │ │ ├── awwwards_honorable_green_right.png │ │ │ │ ├── awwwards_honorable_white_left.png │ │ │ │ └── awwwards_honorable_white_right.png │ │ │ │ ├── icons-style.css │ │ │ │ ├── loader-style.css │ │ │ │ ├── open-sans.css │ │ │ │ └── mail.css │ │ ├── xznstatic │ │ │ ├── images │ │ │ │ └── bg │ │ │ │ │ └── 1.jpg │ │ │ ├── fonts │ │ │ │ ├── TK3iWkUHHAIjg752GT8G.woff2 │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ ├── mem8YaGs126MiZpBA-UFVZ0b.woff2 │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ ├── mem6YaGs126MiZpBA-UFUK0Zdc0.woff2 │ │ │ │ ├── mem8YaGs126MiZpBA-UFVp0bbck.woff2 │ │ │ │ ├── mem5YaGs126MiZpBA-UN7rgOUuhp.woff2 │ │ │ │ └── mem5YaGs126MiZpBA-UN_r8OUuhp.woff2 │ │ │ ├── css │ │ │ │ ├── pace.css │ │ │ │ ├── futurico.css │ │ │ │ ├── futurico │ │ │ │ │ └── futurico.css │ │ │ │ ├── polaris.css │ │ │ │ ├── polaris │ │ │ │ │ └── polaris.css │ │ │ │ └── all.css │ │ │ └── js │ │ │ │ └── bootstrap-hover-dropdown.js │ │ ├── My97DatePicker │ │ │ ├── 开发包 │ │ │ │ ├── readme.txt │ │ │ │ ├── lang │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ ├── zh-tw.js │ │ │ │ │ └── en.js │ │ │ │ └── skin │ │ │ │ │ ├── datePicker.gif │ │ │ │ │ ├── default │ │ │ │ │ ├── img.gif │ │ │ │ │ └── datepicker.css │ │ │ │ │ ├── whyGreen │ │ │ │ │ ├── bg.jpg │ │ │ │ │ ├── img.gif │ │ │ │ │ └── datepicker.css │ │ │ │ │ └── WdatePicker.css │ │ │ ├── skin │ │ │ │ ├── datePicker.gif │ │ │ │ ├── default │ │ │ │ │ └── img.gif │ │ │ │ ├── whyGreen │ │ │ │ │ ├── bg.jpg │ │ │ │ │ └── img.gif │ │ │ │ └── WdatePicker.css │ │ │ └── lang │ │ │ │ ├── en.js │ │ │ │ ├── zh-cn.js │ │ │ │ └── zh-tw.js │ │ ├── js │ │ │ ├── theme │ │ │ │ └── default │ │ │ │ │ └── font │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ └── iconfont.woff │ │ │ ├── custom-datatables.js │ │ │ ├── validate │ │ │ │ └── messages_zh.js │ │ │ └── custom-gmap.js │ │ └── charts │ │ │ └── css │ │ │ └── morris.css │ ├── muban.jpg │ └── WEB-INF │ │ └── pages │ │ └── common │ │ └── include.jsp │ ├── resources │ ├── config.properties │ ├── mapper │ │ ├── ConfigDao.xml │ │ ├── UserDao.xml │ │ └── TokenDao.xml │ ├── spring │ │ └── spring.xml │ ├── log4j.properties │ └── doc │ │ └── sys_user.sql │ └── java │ └── com │ ├── dao │ ├── ConfigDao.java │ ├── CheweiDao.java │ ├── ChezhuDao.java │ ├── YonghuDao.java │ ├── UserDao.java │ ├── DictionaryDao.java │ ├── TokenDao.java │ ├── CheliangjiluDao.java │ └── XitonggonggaoDao.java │ ├── annotation │ ├── IgnoreAuth.java │ ├── LoginUser.java │ └── APPLoginUser.java │ ├── utils │ ├── StringUtil.java │ ├── CommonUtil.java │ ├── FileUtil.java │ ├── JQPageInfo.java │ ├── R.java │ ├── SQLFilter.java │ ├── HttpClientUtils.java │ ├── ValidatorUtils.java │ └── SpringContextUtils.java │ ├── service │ ├── ConfigService.java │ ├── CheweiService.java │ ├── ChezhuService.java │ ├── YonghuService.java │ ├── CheliangjiluService.java │ ├── XitonggonggaoService.java │ ├── DictionaryService.java │ ├── UserService.java │ ├── TokenService.java │ ├── impl │ │ ├── ConfigServiceImpl.java │ │ ├── CheweiServiceImpl.java │ │ ├── ChezhuServiceImpl.java │ │ └── YonghuServiceImpl.java │ └── CommonService.java │ ├── config │ └── MyMetaObjectHandler.java │ ├── model │ └── enums │ │ └── TypeEnum.java │ └── entity │ ├── EIException.java │ ├── ConfigEntity.java │ └── view │ ├── XitonggonggaoView.java │ ├── DictionaryView.java │ └── ChezhuView.java └── screenshot ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png └── 9.png /src/main/webapp/upload/a.text: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/topNav.jsp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /screenshot/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/1.png -------------------------------------------------------------------------------- /screenshot/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/2.png -------------------------------------------------------------------------------- /screenshot/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/3.png -------------------------------------------------------------------------------- /screenshot/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/4.png -------------------------------------------------------------------------------- /screenshot/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/5.png -------------------------------------------------------------------------------- /screenshot/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/6.png -------------------------------------------------------------------------------- /screenshot/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/7.png -------------------------------------------------------------------------------- /screenshot/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/8.png -------------------------------------------------------------------------------- /screenshot/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/screenshot/9.png -------------------------------------------------------------------------------- /src/main/webapp/muban.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/muban.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/fav.png -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237436273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237436273.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237445260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237445260.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237455711.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237455711.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237492027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237492027.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237499095.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237499095.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237514243.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237514243.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237522602.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237522602.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237532297.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237532297.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237540735.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237540735.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237549440.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237549440.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616237558462.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616237558462.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616383833955.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616383833955.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616383967987.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616383967987.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616391665293.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616391665293.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1616391764981.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/upload/1616391764981.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/fonts/themify.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/fonts/themify.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/images/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/slide1.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/slide2.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/slide3.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/user1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/user1.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/user2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/user2.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/user3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/user3.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg2.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg3.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg3.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg4.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg5.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg8.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg9.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/fonts/themify.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/images/card-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/card-1.jpeg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/card-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/card-2.jpeg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/maki.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/maki.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/maki.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/maki.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/maki.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/maki.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/ico/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/ico/minus.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg10.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg11.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg12.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/bg13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/bg13.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/giftly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/giftly.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/minus.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/plus.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/中国农业银行.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/中国农业银行.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/中国建设银行.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/中国建设银行.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/中国银行.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/中国银行.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/交通银行.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/交通银行.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/微信支付.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/微信支付.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/招商银行.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/招商银行.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/支付宝支付.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/支付宝支付.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/card-1.jpeg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/card-1.jpeg.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/card-2.jpeg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/card-2.jpeg.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/doctor.jpeg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/doctor.jpeg.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/logo-dark.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/entypo.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/entypo.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/entypo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/entypo.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/entypo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/entypo.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/中国邮政储蓄银行.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/中国邮政储蓄银行.png -------------------------------------------------------------------------------- /src/main/webapp/resources/images/bank/支付平台-银联.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/images/bank/支付平台-银联.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/dripicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/dripicons.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/dripicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/dripicons.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/dripicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/dripicons.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/credit/visa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/credit/visa.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/insta-pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/insta-pic.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/insta-pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/insta-pic2.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/search-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/search-dark.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg10.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg11.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg12.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg13.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg2.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg5.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg8.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/small-bg9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/small-bg9.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/images/bg/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/images/bg/1.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/readme.txt -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/search-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/search-white.png -------------------------------------------------------------------------------- /src/main/webapp/resources/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/lang/zh-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/lang/zh-cn.js -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/lang/zh-tw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/lang/zh-tw.js -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/credit/paypal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/credit/paypal2.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/calendar/img/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/calendar/img/tick.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/aero.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/blue.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/flat.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/green.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/grey.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/pink.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/red.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/line/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/line/line.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/file.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/skin/datePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/skin/datePicker.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/BebasNeue-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/BebasNeue-webfont.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/BebasNeue-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/BebasNeue-webfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/open-sans-light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/open-sans-light.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/credit/mastercard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/credit/mastercard.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/img/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dataTable/img/minus.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/img/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dataTable/img/plus.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/aero@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/blue@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/flat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/flat@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/grey@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/orange.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/pink@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/purple.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/red@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/yellow.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/line/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/line/line@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/folder.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/validate/img/valid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/validate/img/valid.png -------------------------------------------------------------------------------- /src/main/webapp/resources/js/theme/default/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/js/theme/default/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/js/theme/default/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/js/theme/default/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/skin/default/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/skin/default/img.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/skin/whyGreen/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/skin/whyGreen/bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/skin/whyGreen/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/skin/whyGreen/img.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/BebasNeue-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/BebasNeue-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/people-q-c-350-250-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/people-q-c-350-250-5.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/people-q-c-350-250-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/people-q-c-350-250-7.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/people-q-c-350-250-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/people-q-c-350-250-8.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/gage/raphael.2.1.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/gage/raphael.2.1.0.min.js -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/green@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/orange@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/purple@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/iCheck/flat/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/iCheck/flat/yellow@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/idealform/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/idealform/img/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/js/theme/default/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/js/theme/default/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/skin/datePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/datePicker.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/skin/default/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/default/img.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/img/credit/american-express.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/img/credit/american-express.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/idealform/img/datepicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/idealform/img/datepicker.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/idealform/img/radiocheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/idealform/img/radiocheck.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/idealform/img/validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/idealform/img/validation.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/ajax-loader.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-red.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/img.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/footable/css/fonts/footable.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/footable/css/fonts/footable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/folder-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/folder-closed.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-black.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-gray.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/TK3iWkUHHAIjg752GT8G.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/TK3iWkUHHAIjg752GT8G.woff2 -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/footable/css/fonts/footable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-default.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-red-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-red-line.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/skin/default/datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/default/datepicker.css -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/My97DatePicker/开发包/skin/whyGreen/datepicker.css -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/weathericons-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/weathericons-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/font/weathericons-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/font/weathericons-regular-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/footable/css/fonts/footable (1).eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/footable/css/fonts/footable (1).eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-black-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-black-line.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-gray-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-gray-line.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/upload/demos/css/images/dark-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/upload/demos/css/images/dark-bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2 -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-default-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-default-line.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2 -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/mem8YaGs126MiZpBA-UFVp0bbck.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/mem8YaGs126MiZpBA-UFVp0bbck.woff2 -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular (1).eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/fonts/glyphicons-halflings-regular (1).eot -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/tree/images/treeview-famfamfam-line.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2 -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/xznstatic/fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2 -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_left.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_black_right.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_left.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_green_right.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_left.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/css/ribbons/awwwards_honorable_white_right.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dropZone/downloads/images/spritemap@2x.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/hue.png -------------------------------------------------------------------------------- /src/main/resources/config.properties: -------------------------------------------------------------------------------- 1 | validationQuery=SELECT 1 2 | 3 | jdbc_url=jdbc:mysql://127.0.0.1:3306/yuanqutingchexitong?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false 4 | jdbc_username=root 5 | jdbc_password=123456 6 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/alpha.png -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/textEditor/sceditor/minified/themes/famfamfam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/textEditor/sceditor/minified/themes/famfamfam.png -------------------------------------------------------------------------------- /src/main/resources/mapper/ConfigDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/colorPicker/img/bootstrap-colorpicker/saturation.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_both.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc.png -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/toLogin.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | pageEncoding="UTF-8"%> 3 | 4 | alert('token过期或未登录!') 5 | window.location.href="${pageContext.request.contextPath}/jsp/login.jsp" -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuLin-Coder/No834yuanqutingchexitong/HEAD/src/main/webapp/resources/assets2/js/dataTable/lib/jquery.dataTables/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /src/main/java/com/dao/ConfigDao.java: -------------------------------------------------------------------------------- 1 | 2 | package com.dao; 3 | 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import com.entity.ConfigEntity; 6 | 7 | /** 8 | * 配置 9 | */ 10 | public interface ConfigDao extends BaseMapper { 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/com/annotation/IgnoreAuth.java: -------------------------------------------------------------------------------- 1 | package com.annotation; 2 | 3 | import java.lang.annotation.*; 4 | 5 | /** 6 | * 忽略Token验证 7 | */ 8 | @Target(ElementType.METHOD) 9 | @Retention(RetentionPolicy.RUNTIME) 10 | @Documented 11 | public @interface IgnoreAuth { 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/skin/WdatePicker.css: -------------------------------------------------------------------------------- 1 | .Wdate{ 2 | border:#999 1px solid; 3 | height:20px; 4 | background:#fff url(datePicker.gif) no-repeat right; 5 | } 6 | .Wdate::-ms-clear{display:none;} 7 | 8 | .WdateFmtErr{ 9 | font-weight:bold; 10 | color:red; 11 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/skin/WdatePicker.css: -------------------------------------------------------------------------------- 1 | .Wdate{ 2 | border:#999 1px solid; 3 | height:20px; 4 | background:#fff url(datePicker.gif) no-repeat right; 5 | } 6 | .Wdate::-ms-clear{display:none;} 7 | 8 | .WdateFmtErr{ 9 | font-weight:bold; 10 | color:red; 11 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/css/pace.css: -------------------------------------------------------------------------------- 1 | .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; left: 0; height: 2px; -webkit-transition: width 1s; -moz-transition: width 1s; -o-transition: width 1s; transition: width 1s;}.pace-inactive { display: none;} -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/preloader.js: -------------------------------------------------------------------------------- 1 | $(window).load(function() { // makes sure the whole site is loaded 2 | $('#status').fadeOut(); // will first fade out the loading animation 3 | $('#preloader').fadeOut(); // will fade out the white DIV that covers the website. 4 | $('body').delay(350).css({ 5 | 'overflow': 'visible' 6 | }); 7 | }) -------------------------------------------------------------------------------- /src/main/java/com/annotation/LoginUser.java: -------------------------------------------------------------------------------- 1 | package com.annotation; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * 登录用户信息 10 | */ 11 | @Target(ElementType.PARAMETER) 12 | @Retention(RetentionPolicy.RUNTIME) 13 | public @interface LoginUser { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/utils/StringUtil.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | public class StringUtil { 4 | 5 | public static boolean isEmpty(String s){ 6 | if(s==null || s.equals("") || s.equals("null")){ 7 | return true; 8 | } 9 | return false; 10 | } 11 | 12 | public static boolean isNotEmpty(String s){ 13 | return !StringUtil.isEmpty(s); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/annotation/APPLoginUser.java: -------------------------------------------------------------------------------- 1 | package com.annotation; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * 登录用户信息 10 | */ 11 | @Target(ElementType.PARAMETER) 12 | @Retention(RetentionPolicy.RUNTIME) 13 | public @interface APPLoginUser { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/resources/mapper/UserDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /src/main/webapp/resources/js/custom-datatables.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; // Start of use strict 3 | /* ==================== 4 | Data tables 5 | =======================*/ 6 | // Payents datatable 7 | $('#tableId').DataTable({ 8 | "order": [], 9 | "columnDefs": [{ 10 | "targets": 'no-sort', 11 | "orderable": false, 12 | }] 13 | }); 14 | 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /src/main/resources/mapper/TokenDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /src/main/java/com/service/ConfigService.java: -------------------------------------------------------------------------------- 1 | 2 | package com.service; 3 | 4 | import java.util.Map; 5 | 6 | import com.baomidou.mybatisplus.service.IService; 7 | import com.entity.ConfigEntity; 8 | import com.utils.PageUtils; 9 | 10 | 11 | /** 12 | * 系统用户 13 | * @author yangliyuan 14 | * @date 2019年10月10日 上午9:18:20 15 | */ 16 | public interface ConfigService extends IService { 17 | PageUtils queryPage(Map params); 18 | } 19 | -------------------------------------------------------------------------------- /src/main/webapp/resources/charts/css/morris.css: -------------------------------------------------------------------------------- 1 | .morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0} 2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0} 3 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/clock/date.js: -------------------------------------------------------------------------------- 1 | var monthNames = ["January", "February", "March", "April", "May", "June", 2 | "July", "August", "September", "October", "November", "December" 3 | ]; 4 | var dayNames = ["Sun, ", "Mon, ", "Tue, ", "Wed, ", "Thu, ", "Fri, ", "Sat, "] 5 | 6 | var newDate = new Date(); 7 | newDate.setDate(newDate.getDate() + 1); 8 | $('#Date').html(dayNames[newDate.getDay()] + " " + newDate.getDate() + ' ' + monthNames[newDate.getMonth()] + ' ' + newDate.getFullYear()); 9 | -------------------------------------------------------------------------------- /src/main/java/com/service/CheweiService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import com.baomidou.mybatisplus.service.IService; 4 | import com.utils.PageUtils; 5 | import com.entity.CheweiEntity; 6 | import java.util.Map; 7 | 8 | /** 9 | * 车位 服务类 10 | * @author 11 | * @since 2021-03-20 12 | */ 13 | public interface CheweiService extends IService { 14 | 15 | /** 16 | * @param params 查询参数 17 | * @return 带分页的查询出来的数据 18 | */ 19 | PageUtils queryPage(Map params); 20 | 21 | } -------------------------------------------------------------------------------- /src/main/java/com/service/ChezhuService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import com.baomidou.mybatisplus.service.IService; 4 | import com.utils.PageUtils; 5 | import com.entity.ChezhuEntity; 6 | import java.util.Map; 7 | 8 | /** 9 | * 车主 服务类 10 | * @author 11 | * @since 2021-03-20 12 | */ 13 | public interface ChezhuService extends IService { 14 | 15 | /** 16 | * @param params 查询参数 17 | * @return 带分页的查询出来的数据 18 | */ 19 | PageUtils queryPage(Map params); 20 | 21 | } -------------------------------------------------------------------------------- /src/main/java/com/service/YonghuService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import com.baomidou.mybatisplus.service.IService; 4 | import com.utils.PageUtils; 5 | import com.entity.YonghuEntity; 6 | import java.util.Map; 7 | 8 | /** 9 | * 员工 服务类 10 | * @author 11 | * @since 2021-03-20 12 | */ 13 | public interface YonghuService extends IService { 14 | 15 | /** 16 | * @param params 查询参数 17 | * @return 带分页的查询出来的数据 18 | */ 19 | PageUtils queryPage(Map params); 20 | 21 | } -------------------------------------------------------------------------------- /src/main/java/com/service/CheliangjiluService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import com.baomidou.mybatisplus.service.IService; 4 | import com.utils.PageUtils; 5 | import com.entity.CheliangjiluEntity; 6 | import java.util.Map; 7 | 8 | /** 9 | * 车辆记录 服务类 10 | * @author 11 | * @since 2021-03-20 12 | */ 13 | public interface CheliangjiluService extends IService { 14 | 15 | /** 16 | * @param params 查询参数 17 | * @return 带分页的查询出来的数据 18 | */ 19 | PageUtils queryPage(Map params); 20 | 21 | } -------------------------------------------------------------------------------- /src/main/java/com/service/XitonggonggaoService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import com.baomidou.mybatisplus.service.IService; 4 | import com.utils.PageUtils; 5 | import com.entity.XitonggonggaoEntity; 6 | import java.util.Map; 7 | 8 | /** 9 | * 系统公告 服务类 10 | * @author 11 | * @since 2021-03-20 12 | */ 13 | public interface XitonggonggaoService extends IService { 14 | 15 | /** 16 | * @param params 查询参数 17 | * @return 带分页的查询出来的数据 18 | */ 19 | PageUtils queryPage(Map params); 20 | 21 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d0)e=e.slice(1);while(e.length0?e[e.length-1]:50;var r=n+Math.random()*10-5;if(r<0)r=0;if(r>100)r=100;e.push(r)}var i=[];for(var s=0;s2e3)r=2e3;$(this).val(""+r)}});var i={series:{shadowSize:0},yaxis:{min:0,max:100},xaxis:{min:0,max:100}};var s=$.plot($("#placeholder"),[n()],i);o()}) -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/footable/css/footable-demos.css: -------------------------------------------------------------------------------- 1 | 2 | .demo-container { 3 | margin:10px; 4 | } 5 | code { 6 | background: #ddd; 7 | padding:2px 5px; 8 | } 9 | .status-metro { 10 | border-radius: 3px; 11 | color: #FFFFFF; 12 | display: inline-block; 13 | padding: 2px 5px; 14 | font-size: 11px; 15 | } 16 | .status-metro.status-active { 17 | background: #86C440; 18 | } 19 | .status-metro.status-disabled { 20 | background: #999999; 21 | } 22 | .status-metro.status-suspended { 23 | background: #DF2135; 24 | } 25 | .foo-setup li { 26 | margin-bottom:30px; 27 | } 28 | -------------------------------------------------------------------------------- /src/main/java/com/dao/CheweiDao.java: -------------------------------------------------------------------------------- 1 | package com.dao; 2 | 3 | import com.entity.CheweiEntity; 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import java.util.List; 6 | import java.util.Map; 7 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 8 | 9 | import org.apache.ibatis.annotations.Param; 10 | import com.entity.view.CheweiView; 11 | 12 | /** 13 | * 车位 Dao 接口 14 | * 15 | * @author 16 | * @since 2021-03-20 17 | */ 18 | public interface CheweiDao extends BaseMapper { 19 | 20 | List selectListView(Pagination page,@Param("params")Map params); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/dao/ChezhuDao.java: -------------------------------------------------------------------------------- 1 | package com.dao; 2 | 3 | import com.entity.ChezhuEntity; 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import java.util.List; 6 | import java.util.Map; 7 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 8 | 9 | import org.apache.ibatis.annotations.Param; 10 | import com.entity.view.ChezhuView; 11 | 12 | /** 13 | * 车主 Dao 接口 14 | * 15 | * @author 16 | * @since 2021-03-20 17 | */ 18 | public interface ChezhuDao extends BaseMapper { 19 | 20 | List selectListView(Pagination page,@Param("params")Map params); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/dao/YonghuDao.java: -------------------------------------------------------------------------------- 1 | package com.dao; 2 | 3 | import com.entity.YonghuEntity; 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import java.util.List; 6 | import java.util.Map; 7 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 8 | 9 | import org.apache.ibatis.annotations.Param; 10 | import com.entity.view.YonghuView; 11 | 12 | /** 13 | * 员工 Dao 接口 14 | * 15 | * @author 16 | * @since 2021-03-20 17 | */ 18 | public interface YonghuDao extends BaseMapper { 19 | 20 | List selectListView(Pagination page,@Param("params")Map params); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/icons-style.css: -------------------------------------------------------------------------------- 1 | .entypo li, .entypo-tooltip li { 2 | float: left; 3 | height: 10%; 4 | padding: 0.5em; 5 | position: relative; 6 | text-align: center; 7 | -webkit-transition: all 0.5s ease; 8 | -moz-transition: all 0.5s ease; 9 | -o-transition: all 0.5s ease; 10 | -ms-transition: all 0.5s ease; 11 | transition: all 0.5s ease; 12 | width: 10%; 13 | list-style: none; 14 | font-size: 20px; 15 | color: #363E49; 16 | } 17 | .entypo li:hover, .entypo-tooltip li:hover{ 18 | color:#000; 19 | cursor: pointer; 20 | 21 | } 22 | 23 | -------------------------------------------------------------------------------- /src/main/java/com/dao/UserDao.java: -------------------------------------------------------------------------------- 1 | 2 | package com.dao; 3 | 4 | import java.util.List; 5 | 6 | import org.apache.ibatis.annotations.Param; 7 | 8 | import com.baomidou.mybatisplus.mapper.BaseMapper; 9 | import com.baomidou.mybatisplus.mapper.Wrapper; 10 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 11 | import com.entity.UserEntity; 12 | 13 | /** 14 | * 用户 15 | */ 16 | public interface UserDao extends BaseMapper { 17 | 18 | List selectListView(@Param("ew") Wrapper wrapper); 19 | 20 | List selectListView(Pagination page,@Param("ew") Wrapper wrapper); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/service/DictionaryService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import com.baomidou.mybatisplus.service.IService; 4 | import com.utils.PageUtils; 5 | import com.entity.DictionaryEntity; 6 | import java.util.Map; 7 | 8 | /** 9 | * 字典表 服务类 10 | * @author 11 | * @since 2021-03-20 12 | */ 13 | public interface DictionaryService extends IService { 14 | 15 | /** 16 | * @param params 查询参数 17 | * @return 带分页的查询出来的数据 18 | */ 19 | PageUtils queryPage(Map params); 20 | 21 | /** 22 | * 字典表转换 23 | * @param obj 24 | */ 25 | void dictionaryConvert(Object obj); 26 | } -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/myInfo.js: -------------------------------------------------------------------------------- 1 | //设置用户个人中心入口 2 | if(window.sessionStorage.getItem('role') != '管理员'){ 3 | var accountTableName = window.sessionStorage.getItem('accountTableName'); 4 | $('#myinfo').attr('href','#'); 5 | $('#myinfo').on('click', function(e) { 6 | // e.preventDefault(); 7 | e.preventDefault(); 8 | http(accountTableName+'/session','GET',{},(res)=>{ 9 | if(res.code == 0){ 10 | window.sessionStorage.setItem('userId',res.data.id); 11 | window.sessionStorage.setItem('onlyme',true); 12 | window.location.href = baseUrl + 'jsp/modules/' + accountTableName + '/add-or-update.jsp'; 13 | } 14 | }); 15 | }); 16 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/loader-style.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @import "../js/skin-select/skin-select.css"; 5 | 6 | @import "font-awesome.css"; 7 | @import "entypo-icon.css"; 8 | @import "maki-icons.css"; 9 | @import "weather-icons.min.css"; 10 | @import "dripicon.css"; 11 | @import "open-sans.css"; 12 | @import "awwwards.css"; 13 | 14 | 15 | 16 | 17 | 18 | @import "../js/pnotify/jquery.pnotify.default.css"; 19 | @import "../js/tip/tooltipster.css"; 20 | 21 | 22 | 23 | 24 | 25 | @import "../js/pace/themes/pace-theme-center-simple.css"; 26 | @import "../js/slidebars/slidebars.css"; 27 | @import "../js/gage/jquery.easy-pie-chart.css"; 28 | -------------------------------------------------------------------------------- /src/main/java/com/dao/DictionaryDao.java: -------------------------------------------------------------------------------- 1 | package com.dao; 2 | 3 | import com.entity.DictionaryEntity; 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import java.util.List; 6 | import java.util.Map; 7 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 8 | 9 | import org.apache.ibatis.annotations.Param; 10 | import com.entity.view.DictionaryView; 11 | 12 | /** 13 | * 字典表 Dao 接口 14 | * 15 | * @author 16 | * @since 2021-03-20 17 | */ 18 | public interface DictionaryDao extends BaseMapper { 19 | 20 | List selectListView(Pagination page,@Param("params")Map params); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/dao/TokenDao.java: -------------------------------------------------------------------------------- 1 | 2 | package com.dao; 3 | 4 | import java.util.List; 5 | 6 | import org.apache.ibatis.annotations.Param; 7 | 8 | import com.baomidou.mybatisplus.mapper.BaseMapper; 9 | import com.baomidou.mybatisplus.mapper.Wrapper; 10 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 11 | import com.entity.TokenEntity; 12 | 13 | /** 14 | * token 15 | */ 16 | public interface TokenDao extends BaseMapper { 17 | 18 | List selectListView(@Param("ew") Wrapper wrapper); 19 | 20 | List selectListView(Pagination page,@Param("ew") Wrapper wrapper); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/utils/CommonUtil.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | import java.util.Random; 4 | 5 | public class CommonUtil { 6 | /** 7 | * 获取随机字符串 8 | * 9 | * @param num 10 | * @return 11 | */ 12 | public static String getRandomString(Integer num) { 13 | String base = "abcdefghijklmnopqrstuvwxyz0123456789"; 14 | Random random = new Random(); 15 | StringBuffer sb = new StringBuffer(); 16 | for (int i = 0; i < num; i++) { 17 | int number = random.nextInt(base.length()); 18 | sb.append(base.charAt(number)); 19 | } 20 | return sb.toString(); 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /src/main/java/com/dao/CheliangjiluDao.java: -------------------------------------------------------------------------------- 1 | package com.dao; 2 | 3 | import com.entity.CheliangjiluEntity; 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import java.util.List; 6 | import java.util.Map; 7 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 8 | 9 | import org.apache.ibatis.annotations.Param; 10 | import com.entity.view.CheliangjiluView; 11 | 12 | /** 13 | * 车辆记录 Dao 接口 14 | * 15 | * @author 16 | * @since 2021-03-20 17 | */ 18 | public interface CheliangjiluDao extends BaseMapper { 19 | 20 | List selectListView(Pagination page,@Param("params")Map params); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/dao/XitonggonggaoDao.java: -------------------------------------------------------------------------------- 1 | package com.dao; 2 | 3 | import com.entity.XitonggonggaoEntity; 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import java.util.List; 6 | import java.util.Map; 7 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 8 | 9 | import org.apache.ibatis.annotations.Param; 10 | import com.entity.view.XitonggonggaoView; 11 | 12 | /** 13 | * 系统公告 Dao 接口 14 | * 15 | * @author 16 | * @since 2021-03-20 17 | */ 18 | public interface XitonggonggaoDao extends BaseMapper { 19 | 20 | List selectListView(Pagination page,@Param("params")Map params); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/open-sans.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Open Sans'; 3 | font-style: normal; 4 | font-weight: 300; 5 | src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans-light.woff) format('woff'); 6 | } 7 | @font-face { 8 | font-family: 'Open Sans'; 9 | font-style: normal; 10 | font-weight: 400; 11 | src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans-normal.woff) format('woff'); 12 | } 13 | @font-face { 14 | font-family: 'Open Sans'; 15 | font-style: normal; 16 | font-weight: 700; 17 | src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans-bold.woff) format('woff'); 18 | } -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/pages/common/include.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /src/main/java/com/config/MyMetaObjectHandler.java: -------------------------------------------------------------------------------- 1 | package com.config; 2 | 3 | import java.util.Date; 4 | 5 | import org.apache.ibatis.reflection.MetaObject; 6 | 7 | import com.baomidou.mybatisplus.mapper.MetaObjectHandler; 8 | 9 | /** 10 | * 自定义填充处理器 11 | */ 12 | public class MyMetaObjectHandler extends MetaObjectHandler { 13 | 14 | @Override 15 | public void insertFill(MetaObject metaObject) { 16 | this.setFieldValByName("ctime", new Date(), metaObject); 17 | } 18 | 19 | @Override 20 | public boolean openUpdateFill() { 21 | return false; 22 | } 23 | 24 | @Override 25 | public void updateFill(MetaObject metaObject) { 26 | // 关闭更新填充、这里不执行 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/lang/en.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "Invalid date or the date out of range,redo or not?", 3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], 5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], 6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"], 7 | clearStr: "Clear", 8 | todayStr: "Today", 9 | okStr: "OK", 10 | updateStr: "OK", 11 | timeStr: "Time", 12 | quickStr: "Quick Selection", 13 | err_1: 'MinDate Cannot be bigger than MaxDate!' 14 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/开发包/lang/en.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "Invalid date or the date out of range,redo or not?", 3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], 5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], 6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"], 7 | clearStr: "Clear", 8 | todayStr: "Today", 9 | okStr: "OK", 10 | updateStr: "OK", 11 | timeStr: "Time", 12 | quickStr: "Quick Selection", 13 | err_1: 'MinDate Cannot be bigger than MaxDate!' 14 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/validate/validate.css: -------------------------------------------------------------------------------- 1 | /* ======================================= 2 | 3 | Main Stylesheet 4 | 5 | Building on Twitter Bootstrap 6 | http://twitter.github.com/bootstrap/ 7 | 8 | ========================================== */ 9 | 10 | @import url('assets/css/bootstrap.min.css'); 11 | @import url('assets/css/bootstrap-responsive.min.css'); 12 | 13 | /* New styles below */ 14 | 15 | label.valid { 16 | width: 24px; 17 | height: 24px; 18 | background: url(img/valid.png) center center no-repeat; 19 | display: inline-block; 20 | text-indent: -9999px; 21 | } 22 | label.error { 23 | font-weight: bold; 24 | color: #FF0064; 25 | padding: 2px 8px; 26 | margin-top: 2px; 27 | } -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/crossBtnControl.js: -------------------------------------------------------------------------------- 1 | function crossBtnControl(btnName){ 2 | var role = window.sessionStorage.getItem('role'); 3 | 4 | for(var i=0;i { 21 | PageUtils queryPage(Map params); 22 | 23 | List selectListView(Wrapper wrapper); 24 | 25 | PageUtils queryPage(Map params, Wrapper wrapper); 26 | 27 | } 28 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/chart/barChart.js: -------------------------------------------------------------------------------- 1 | var barChartData = { 2 | 3 | labels : ["January","February","March","April","May","June","July"], 4 | datasets : [ 5 | { 6 | fillColor : "rgba(106, 218, 228, 0.8)", 7 | data : [65,59,90,81,56,55,40] 8 | }, 9 | { 10 | fillColor : "rgba(52, 152, 219, 0.8)", 11 | data : [28,48,40,19,96,27,100] 12 | } 13 | ] 14 | 15 | 16 | } 17 | 18 | var myLine = new Chart(document.getElementById("canvas1").getContext("2d")).Bar(barChartData,{ 19 | scaleShowLabels : false, 20 | pointLabelFontSize : 24 21 | }); 22 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/dataTable/css/datatables.responsive.css: -------------------------------------------------------------------------------- 1 | table.has-columns-hidden > tbody > tr > td > span.responsiveExpander { 2 | background: url('../img/plus.png') no-repeat 5px center; 3 | padding-left: 32px; 4 | cursor: pointer; 5 | } 6 | 7 | table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander { 8 | background: url('../img/minus.png') no-repeat 5px center; 9 | } 10 | 11 | table.has-columns-hidden > tbody > tr.row-detail > td { 12 | background: #eee; 13 | } 14 | 15 | table.has-columns-hidden > tbody > tr.row-detail > td > ul { 16 | list-style: none; 17 | margin: 0; 18 | } 19 | 20 | table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle { 21 | font-weight: bold; 22 | } 23 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/stackable/stacktable.css: -------------------------------------------------------------------------------- 1 | .stacktable { 2 | width: 100%; 3 | } 4 | .st-head-row { 5 | padding-top: 1em; 6 | text-align: center; 7 | } 8 | .st-head-row.st-head-row-main { 9 | font-size: 1.5em; 10 | padding-top: 0; 11 | text-align: center; 12 | } 13 | .st-key { 14 | width: 49%; 15 | text-align: right; 16 | padding-right: 1%; 17 | } 18 | .st-val { 19 | width: 49%; 20 | padding-left: 1%; 21 | } 22 | /* RESPONSIVE EXAMPLE */ 23 | .stacktable.large-only { 24 | display: table; 25 | } 26 | .small-only { 27 | display: none; 28 | } 29 | @media (max-width: 800px) { 30 | .large-only { 31 | display: none; 32 | } 33 | .stacktable.small-only { 34 | display: table; 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /src/main/java/com/model/enums/TypeEnum.java: -------------------------------------------------------------------------------- 1 | package com.model.enums; 2 | 3 | import java.io.Serializable; 4 | 5 | import com.baomidou.mybatisplus.enums.IEnum; 6 | 7 | /** 8 | * 必须现在 IEnum 配置 该包扫描自动注入,查看文件 spring-mybatis.xml 参数 typeEnumsPackage 9 | */ 10 | public enum TypeEnum implements IEnum { 11 | DISABLED(0, "禁用"), 12 | NORMAL(1, "正常"); 13 | 14 | private final int value; 15 | private final String desc; 16 | 17 | TypeEnum(final int value, final String desc) { 18 | this.value = value; 19 | this.desc = desc; 20 | } 21 | 22 | @Override 23 | public Serializable getValue() { 24 | return this.value; 25 | } 26 | 27 | // Jackson 注解为 JsonValue 返回中文 json 描述 28 | public String getDesc() { 29 | return this.desc; 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /src/main/java/com/utils/FileUtil.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | import java.io.ByteArrayOutputStream; 4 | import java.io.File; 5 | import java.io.FileInputStream; 6 | import java.io.IOException; 7 | import java.io.InputStream; 8 | 9 | /** 10 | * @author yangliyuan 11 | * @version 创建时间:2020年2月7日 下午8:01:14 12 | * 类说明 : 13 | */ 14 | 15 | public class FileUtil { 16 | public static byte[] FileToByte(File file) throws IOException { 17 | // 将数据转为流 18 | @SuppressWarnings("resource") 19 | InputStream content = new FileInputStream(file); 20 | ByteArrayOutputStream swapStream = new ByteArrayOutputStream(); 21 | byte[] buff = new byte[100]; 22 | int rc = 0; 23 | while ((rc = content.read(buff, 0, 100)) > 0) { 24 | swapStream.write(buff, 0, rc); 25 | } 26 | // 获得二进制数组 27 | return swapStream.toByteArray(); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tree/treetable/stylesheets/jquery.treetable.css: -------------------------------------------------------------------------------- 1 | table.treetable span.indenter { 2 | display: inline-block; 3 | margin: 0; 4 | padding: 0; 5 | text-align: right; 6 | 7 | /* Disable text selection of nodes (for better D&D UX) */ 8 | user-select: none; 9 | -khtml-user-select: none; 10 | -moz-user-select: none; 11 | -o-user-select: none; 12 | -webkit-user-select: none; 13 | 14 | /* Force content-box box model for indenter (Bootstrap compatibility) */ 15 | -webkit-box-sizing: content-box; 16 | -moz-box-sizing: content-box; 17 | box-sizing: content-box; 18 | 19 | width: 19px; 20 | } 21 | 22 | table.treetable span.indenter a { 23 | background-position: left center; 24 | background-repeat: no-repeat; 25 | display: inline-block; 26 | text-decoration: none; 27 | width: 19px; 28 | } 29 | -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/foot.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | pageEncoding="UTF-8"%> 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/logout.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | pageEncoding="UTF-8"%> 3 | function logout() { 4 | $.ajax({ 5 | type: "GET", 6 | url: baseUrl + "users/logout", 7 | beforeSend: function(xhr) { 8 | xhr.setRequestHeader("token", window.sessionStorage.getItem('token')); 9 | }, 10 | success: function(res){ 11 | if(res.code == 0 || res.code == 401){ 12 | window.sessionStorage.clear(); 13 | window.location.href="${pageContext.request.contextPath}/jsp/login.jsp" 14 | }else{ 15 | alert(res.msg); 16 | } 17 | }, 18 | }); 19 | } 20 | function toFront() { 21 | window.location.assign(baseUrl+'front'); 22 | } -------------------------------------------------------------------------------- /src/main/java/com/service/TokenService.java: -------------------------------------------------------------------------------- 1 | 2 | package com.service; 3 | 4 | import java.util.List; 5 | import java.util.Map; 6 | 7 | import com.baomidou.mybatisplus.mapper.Wrapper; 8 | import com.baomidou.mybatisplus.service.IService; 9 | import com.entity.TokenEntity; 10 | import com.utils.PageUtils; 11 | 12 | 13 | /** 14 | * token 15 | * @author yangliyuan 16 | * @date 2019年10月10日 上午9:18:20 17 | */ 18 | public interface TokenService extends IService { 19 | PageUtils queryPage(Map params); 20 | 21 | List selectListView(Wrapper wrapper); 22 | 23 | PageUtils queryPage(Map params,Wrapper wrapper); 24 | 25 | String generateToken(Integer userid,String username,String tableName, String role); 26 | 27 | TokenEntity getTokenEntity(String token); 28 | } 29 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/chart/polarChart.js: -------------------------------------------------------------------------------- 1 | var chartData = [ 2 | { 3 | value : Math.random(), 4 | color: "#6ADAE4" 5 | }, 6 | { 7 | value : Math.random(), 8 | color: "#F89406" 9 | }, 10 | { 11 | value : Math.random(), 12 | color: "#FF0064" 13 | }, 14 | { 15 | value : Math.random(), 16 | color: "#3498DB" 17 | }, 18 | { 19 | value : Math.random(), 20 | color: "#1ABC9C" 21 | }, 22 | { 23 | value : Math.random(), 24 | color: "#E74C3C" 25 | } 26 | ]; 27 | var myPolarArea = new Chart(document.getElementById("canvas3").getContext("2d")).PolarArea(chartData); -------------------------------------------------------------------------------- /src/main/webapp/jsp/modules/home/home.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | pageEncoding="UTF-8"%> 3 | 4 | 5 | 6 | 7 | 8 | 主页 9 | 10 | 11 |
12 |

13 | 14 |

15 |
16 | 17 | 18 | 19 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/progress-bar/number-pb.css: -------------------------------------------------------------------------------- 1 | .number-pb { 2 | background-color: #DDDDDD; 3 | height: 10px; 4 | margin: 10px 0; 5 | position: relative; 6 | } 7 | .number-pb .number-pb-shown { 8 | position: absolute; 9 | background-color: #65C3DF; 10 | /* background-image: linear-gradient(to right, #176785, #499989); */ 11 | top: -1px; 12 | left: 0; 13 | height: 11px; 14 | } 15 | .number-pb .number-pb-num { 16 | position: absolute; 17 | background-color: #fff; 18 | left: 0; 19 | top: -0.45em; 20 | padding: 0 5px; 21 | min-width: 20px; 22 | } 23 | .number-pb-shown.dream { 24 | /* background-image: linear-gradient(to right, #0e153a, #1d2b64, #f8cdda); */ 25 | background: #45B6B0; 26 | } 27 | .number-pb-shown.sun { 28 | /* background-image: linear-gradient(to right, #0f1b58, #e0a681, #e5e9bf); */ 29 | background: #FF6B6B; 30 | } 31 | -------------------------------------------------------------------------------- /src/main/resources/spring/spring.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/spechars/spechars.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | 16 |
17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/java/com/utils/JQPageInfo.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | public class JQPageInfo{ 4 | private Integer page; 5 | 6 | private Integer limit; 7 | 8 | private String sidx; 9 | 10 | private String order; 11 | 12 | private Integer offset; 13 | 14 | public Integer getPage() { 15 | return page; 16 | } 17 | 18 | public void setPage(Integer page) { 19 | this.page = page; 20 | } 21 | 22 | public Integer getLimit() { 23 | return limit; 24 | } 25 | 26 | public void setLimit(Integer limit) { 27 | this.limit = limit; 28 | } 29 | 30 | public String getSidx() { 31 | return sidx; 32 | } 33 | 34 | public void setSidx(String sidx) { 35 | this.sidx = sidx; 36 | } 37 | 38 | public String getOrder() { 39 | return order; 40 | } 41 | 42 | public void setOrder(String order) { 43 | this.order = order; 44 | } 45 | 46 | public Integer getOffset() { 47 | return offset; 48 | } 49 | 50 | public void setOffset(Integer offset) { 51 | this.offset = offset; 52 | } 53 | 54 | } 55 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/chart/lineChart.js: -------------------------------------------------------------------------------- 1 | var lineChartData = { 2 | labels : ["January","February","March","April","May","June","July"], 3 | datasets : [ 4 | { 5 | fillColor : "rgba(49, 195, 166, 0.2)", 6 | strokeColor : "rgba(49, 195, 166, 1)", 7 | pointColor : "rgba(49, 195, 166, 1)", 8 | pointStrokeColor : "#fff", 9 | data : [65,59,90,81,56,55,40] 10 | }, 11 | { 12 | fillColor : "rgba(151,187,205,0.5)", 13 | strokeColor : "rgba(151,187,205,1)", 14 | pointColor : "rgba(151,187,205,1)", 15 | pointStrokeColor : "#fff", 16 | data : [28,48,40,19,96,27,100] 17 | } 18 | ] 19 | 20 | } 21 | 22 | var myLine = new Chart(document.getElementById("canvas4").getContext("2d")).Line(lineChartData); -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/table/edittip.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 表格删除提示 5 | 6 | 17 | 18 | 19 |
20 |
21 | 22 |
23 |
24 | 25 |
26 |
27 | 32 | 33 | -------------------------------------------------------------------------------- /src/main/resources/log4j.properties: -------------------------------------------------------------------------------- 1 | log4j.rootLogger=DEBUG,CONSOLE,A 2 | log4j.addivity.org.apache=false 3 | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender 4 | log4j.appender.CONSOLE.Threshold=DEBUG 5 | log4j.appender.CONSOLE.layout.ConversionPattern=%d{yyyy-MM-dd HH\:mm\:ss} -%-4r [%t] %-5p %x - %m%n 6 | log4j.appender.CONSOLE.Target=System.out 7 | #log4j.appender.CONSOLE.charset=utf-8 8 | log4j.appender.CONSOLE.encoding=utf-8 9 | log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout 10 | log4j.appender.A=org.apache.log4j.DailyRollingFileAppender 11 | log4j.appender.A.File=${catalina.home}/logs/yo_log/PurePro_ 12 | log4j.appender.A.DatePattern=yyyy-MM-dd'.log' 13 | log4j.appender.A.layout=org.apache.log4j.PatternLayout 14 | log4j.appender.A.layout.ConversionPattern=[FH_sys] %d{yyyy-MM-dd HH\:mm\:ss} %5p %c{1}\:%L \: %m%n 15 | log4j.logger.java.sql.ResultSet=INFO 16 | log4j.logger.org.apache=DEBUG 17 | log4j.logger.java.sql.Connection=DEBUG 18 | log4j.logger.java.sql.Statement=DEBUG 19 | log4j.logger.java.sql.PreparedStatement=DEBUG -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/toggle_close.js: -------------------------------------------------------------------------------- 1 | 2 | //TOGLE SHOW HIDE 3 | $('.nav-toggle-alt').click(function() { 4 | //get collapse content selector 5 | var collapse_content_selector = $(this).attr('href'); 6 | 7 | //make the collapse content to be shown or hide 8 | var toggle_switch = $(this); 9 | $(collapse_content_selector).slideToggle(function() { 10 | if ($(this).css('display') == 'block') { 11 | //change the button label to be 'Show' 12 | toggle_switch.html(''); 13 | } else { 14 | //change the button label to be 'Hide' 15 | toggle_switch.html(''); 16 | } 17 | }); 18 | return false; 19 | }); 20 | //CLOSE ELEMENT 21 | $(".gone").click(function() { 22 | var collapse_content_close = $(this).attr('href'); 23 | $(collapse_content_close).hide(); 24 | 25 | 26 | 27 | }); 28 | -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/js/bootstrap-hover-dropdown.js: -------------------------------------------------------------------------------- 1 | (function(a,d,c){var b=a();a.fn.dropdownHover=function(e){b=b.add(this.parent());return this.each(function(){var g=a(this),f=g.parent(),i={delay:500,instantlyCloseOthers:true},h={delay:a(this).data("delay"),instantlyCloseOthers:a(this).data("close-others")},j=a.extend(true,{},i,e,h),k;f.hover(function(l){if(!f.hasClass("open")&&!g.is(l.target)){return true}if(j.instantlyCloseOthers===true){b.removeClass("open")}d.clearTimeout(k);f.addClass("open")},function(){k=d.setTimeout(function(){f.removeClass("open")},j.delay)});g.hover(function(){if(j.instantlyCloseOthers===true){b.removeClass("open")}d.clearTimeout(k);f.addClass("open")});f.find(".dropdown-submenu").each(function(){var l=a(this);var m;l.hover(function(){d.clearTimeout(m);l.children(".dropdown-menu").show();l.siblings().children(".dropdown-menu").hide()},function(){var n=l.children(".dropdown-menu");m=d.setTimeout(function(){n.hide()},j.delay)})})})};a(document).ready(function(){a('[data-hover="dropdown"]').dropdownHover()})})(jQuery,this); -------------------------------------------------------------------------------- /src/main/java/com/entity/EIException.java: -------------------------------------------------------------------------------- 1 | 2 | package com.entity; 3 | 4 | /** 5 | * 自定义异常 6 | */ 7 | public class EIException extends RuntimeException { 8 | private static final long serialVersionUID = 1L; 9 | 10 | private String msg; 11 | private int code = 500; 12 | 13 | public EIException(String msg) { 14 | super(msg); 15 | this.msg = msg; 16 | } 17 | 18 | public EIException(String msg, Throwable e) { 19 | super(msg, e); 20 | this.msg = msg; 21 | } 22 | 23 | public EIException(String msg, int code) { 24 | super(msg); 25 | this.msg = msg; 26 | this.code = code; 27 | } 28 | 29 | public EIException(String msg, int code, Throwable e) { 30 | super(msg, e); 31 | this.msg = msg; 32 | this.code = code; 33 | } 34 | 35 | public String getMsg() { 36 | return msg; 37 | } 38 | 39 | public void setMsg(String msg) { 40 | this.msg = msg; 41 | } 42 | 43 | public int getCode() { 44 | return code; 45 | } 46 | 47 | public void setCode(int code) { 48 | this.code = code; 49 | } 50 | 51 | 52 | } 53 | -------------------------------------------------------------------------------- /src/main/java/com/utils/R.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | import java.util.HashMap; 4 | import java.util.Map; 5 | 6 | /** 7 | * 返回数据 8 | */ 9 | public class R extends HashMap { 10 | private static final long serialVersionUID = 1L; 11 | 12 | public R() { 13 | put("code", 0); 14 | } 15 | 16 | public static R error() { 17 | return error(500, "未知异常,请联系管理员"); 18 | } 19 | 20 | public static R error(String msg) { 21 | return error(500, msg); 22 | } 23 | 24 | public static R error(int code, String msg) { 25 | R r = new R(); 26 | r.put("code", code); 27 | r.put("msg", msg); 28 | return r; 29 | } 30 | 31 | public static R ok(String msg) { 32 | R r = new R(); 33 | r.put("msg", msg); 34 | return r; 35 | } 36 | 37 | public static R ok(Map map) { 38 | R r = new R(); 39 | r.putAll(map); 40 | return r; 41 | } 42 | 43 | public static R ok() { 44 | return new R(); 45 | } 46 | 47 | public R put(String key, Object value) { 48 | super.put(key, value); 49 | return this; 50 | } 51 | } 52 | -------------------------------------------------------------------------------- /src/main/webapp/resources/js/validate/messages_zh.js: -------------------------------------------------------------------------------- 1 | (function( factory ) { 2 | if ( typeof define === "function" && define.amd ) { 3 | define( ["jquery", "../jquery.validate"], factory ); 4 | } else { 5 | factory( jQuery ); 6 | } 7 | }(function( $ ) { 8 | 9 | /* 10 | * Translated default messages for the jQuery validation plugin. 11 | * Locale: ZH (Chinese, 中文 (Zhōngwén), 汉语, 漢語) 12 | */ 13 | $.extend($.validator.messages, { 14 | required: "这是必填字段", 15 | remote: "请修正此字段", 16 | email: "请输入有效的电子邮件地址", 17 | url: "请输入有效的网址", 18 | date: "请输入有效的日期", 19 | dateISO: "请输入有效的日期 (YYYY-MM-DD)", 20 | number: "请输入有效的数字", 21 | digits: "只能输入数字", 22 | creditcard: "请输入有效的信用卡号码", 23 | equalTo: "你的输入不相同", 24 | extension: "请输入有效的后缀", 25 | maxlength: $.validator.format("最多可以输入 {0} 个字符"), 26 | minlength: $.validator.format("最少要输入 {0} 个字符"), 27 | rangelength: $.validator.format("请输入长度在 {0} 到 {1} 之间的字符串"), 28 | range: $.validator.format("请输入范围在 {0} 到 {1} 之间的数值"), 29 | max: $.validator.format("请输入不大于 {0} 的数值"), 30 | min: $.validator.format("请输入不小于 {0} 的数值") 31 | }); 32 | 33 | })); -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 | 19 |
20 |
21 |
22 |
23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/css/mail.css: -------------------------------------------------------------------------------- 1 | .side-mail{ 2 | /* background:#fff; 3 | padding:10px; */ 4 | margin-top:20px; 5 | } 6 | .button-mail{ 7 | margin: 0 0 15px; 8 | text-align: left; 9 | width: 100%; 10 | } 11 | .list-btn-mail{ 12 | margin-bottom: 15px; 13 | } 14 | .list-btn-mail > span { 15 | float: left; 16 | font-size: 18px; 17 | font-style: normal; 18 | width: 33px; 19 | } 20 | .list-btn-mail > i{ 21 | background: none repeat scroll 0 0 #39B3D7; 22 | border-radius: 12px; 23 | color: #FFFFFF; 24 | float: right; 25 | font-style: normal; 26 | padding: 0 5px; 27 | 28 | } 29 | .list-btn-mail > a{ 30 | color:#666; 31 | } 32 | .list-btn-mail.active { 33 | border-bottom: 1px solid #39B3D7; 34 | padding: 0 0 14px; 35 | } 36 | #content-mail{ 37 | background: none repeat scroll 0 0 #FFFFFF; 38 | border-radius: 4px; 39 | margin-top: 20px; 40 | min-height: 500px; 41 | padding: 10px 11px; 42 | width: 100%; 43 | } 44 | .mail_header{ 45 | border-radius: 4px; 46 | margin-top: 20px; 47 | width: 100%; 48 | } -------------------------------------------------------------------------------- /src/main/java/com/service/impl/ConfigServiceImpl.java: -------------------------------------------------------------------------------- 1 | 2 | package com.service.impl; 3 | 4 | 5 | import java.util.Map; 6 | 7 | import org.springframework.stereotype.Service; 8 | 9 | import com.baomidou.mybatisplus.mapper.EntityWrapper; 10 | import com.baomidou.mybatisplus.plugins.Page; 11 | import com.baomidou.mybatisplus.service.impl.ServiceImpl; 12 | import com.dao.ConfigDao; 13 | import com.entity.ConfigEntity; 14 | import com.entity.UserEntity; 15 | import com.service.ConfigService; 16 | import com.utils.PageUtils; 17 | import com.utils.Query; 18 | 19 | 20 | /** 21 | * 系统用户 22 | * @author yangliyuan 23 | * @date 2019年10月10日 上午9:17:59 24 | */ 25 | @Service("configService") 26 | public class ConfigServiceImpl extends ServiceImpl implements ConfigService { 27 | @Override 28 | public PageUtils queryPage(Map params) { 29 | Page page = this.selectPage( 30 | new Query(params).getPage(), 31 | new EntityWrapper() 32 | ); 33 | return new PageUtils(page); 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/music/music.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 插入音乐 6 | 7 | 8 | 9 | 10 |
11 | 15 |
16 | 17 |
18 |
19 |
20 |
21 | 22 | 31 | 32 | -------------------------------------------------------------------------------- /src/main/java/com/entity/ConfigEntity.java: -------------------------------------------------------------------------------- 1 | package com.entity; 2 | 3 | import java.io.Serializable; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableId; 6 | import com.baomidou.mybatisplus.annotations.TableName; 7 | import com.baomidou.mybatisplus.enums.IdType; 8 | 9 | /** 10 | * @author yangliyuan 11 | * @version 创建时间:2020年2月7日 下午8:36:05 12 | * 类说明 : 13 | */ 14 | @TableName("config") 15 | public class ConfigEntity implements Serializable{ 16 | private static final long serialVersionUID = 1L; 17 | 18 | @TableId(type = IdType.AUTO) 19 | private Long id; 20 | 21 | /** 22 | * key 23 | */ 24 | private String name; 25 | 26 | /** 27 | * value 28 | */ 29 | private String value; 30 | 31 | public Long getId() { 32 | return id; 33 | } 34 | 35 | public void setId(Long id) { 36 | this.id = id; 37 | } 38 | 39 | public String getName() { 40 | return name; 41 | } 42 | 43 | public void setName(String name) { 44 | this.name = name; 45 | } 46 | 47 | public String getValue() { 48 | return value; 49 | } 50 | 51 | public void setValue(String value) { 52 | this.value = value; 53 | } 54 | 55 | } 56 | -------------------------------------------------------------------------------- /src/main/java/com/entity/view/XitonggonggaoView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.XitonggonggaoEntity; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableName; 6 | import org.apache.commons.beanutils.BeanUtils; 7 | import java.lang.reflect.InvocationTargetException; 8 | 9 | import java.io.Serializable; 10 | import java.util.Date; 11 | 12 | /** 13 | * 系统公告 14 | * 后端返回视图实体辅助类 15 | * (通常后端关联的表或者自定义的字段需要返回使用) 16 | * @author 17 | * @email 18 | * @date 2021-03-22 19 | */ 20 | @TableName("xitonggonggao") 21 | public class XitonggonggaoView extends XitonggonggaoEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | 26 | public XitonggonggaoView() { 27 | 28 | } 29 | 30 | public XitonggonggaoView(XitonggonggaoEntity xitonggonggaoEntity) { 31 | try { 32 | BeanUtils.copyProperties(this, xitonggonggaoEntity); 33 | } catch (IllegalAccessException | InvocationTargetException e) { 34 | // TODO Auto-generated catch block 35 | e.printStackTrace(); 36 | } 37 | } 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | } 51 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/chart/radarChart.js: -------------------------------------------------------------------------------- 1 | var radarChartData = { 2 | labels : ["Eating","Drinking","Sleeping","Designing","Coding","Partying","Running"], 3 | datasets : [ 4 | { 5 | fillColor : "rgba(255, 0, 100, 0.5)", 6 | strokeColor : "rgba(255, 0, 100, 1)", 7 | pointColor : "rgba(255, 0, 100, 1)", 8 | pointStrokeColor : "#fff", 9 | data : [65,59,90,81,56,55,40] 10 | }, 11 | { 12 | fillColor : "rgba(255, 185, 0, 0.5)", 13 | strokeColor : "rgba(255, 185, 0, 1)", 14 | pointColor : "rgba(255, 185, 0, 1)", 15 | pointStrokeColor : "#fff", 16 | data : [28,48,40,19,96,27,100] 17 | } 18 | ] 19 | 20 | } 21 | 22 | var myRadar = new Chart(document.getElementById("canvas2").getContext("2d")).Radar(radarChartData,{ 23 | scaleShowLabels : false, 24 | pointLabelFontSize : 12 25 | }); 26 | -------------------------------------------------------------------------------- /src/main/java/com/entity/view/DictionaryView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.DictionaryEntity; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableName; 6 | import org.apache.commons.beanutils.BeanUtils; 7 | import java.lang.reflect.InvocationTargetException; 8 | 9 | import java.io.Serializable; 10 | import java.util.Date; 11 | 12 | /** 13 | * 字典表 14 | * 后端返回视图实体辅助类 15 | * (通常后端关联的表或者自定义的字段需要返回使用) 16 | * @author 17 | * @email 18 | * @date 2021-03-22 19 | */ 20 | @TableName("dictionary") 21 | public class DictionaryView extends DictionaryEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | 26 | public DictionaryView() { 27 | 28 | } 29 | 30 | public DictionaryView(DictionaryEntity dictionaryEntity) { 31 | try { 32 | BeanUtils.copyProperties(this, dictionaryEntity); 33 | } catch (IllegalAccessException | InvocationTargetException e) { 34 | // TODO Auto-generated catch block 35 | e.printStackTrace(); 36 | } 37 | } 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | } 58 | -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/template/template.css: -------------------------------------------------------------------------------- 1 | .wrap{ padding: 5px;font-size: 14px;} 2 | .left{width:425px;float: left;} 3 | .right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;} 4 | .right .pre{height: 332px;overflow-y: auto;} 5 | .right .preitem{border: white 1px solid;margin: 5px 0;padding: 2px 0;} 6 | .right .preitem:hover{background-color: lemonChiffon;cursor: pointer;border: #ccc 1px solid;} 7 | .right .preitem img{display: block;margin: 0 auto;width:100px;} 8 | .clear{clear: both;} 9 | .top{height:26px;line-height: 26px;padding: 5px;} 10 | .bottom{height:320px;width:100%;margin: 0 auto;} 11 | .transparent{ background: url("images/bg.gif") repeat;} 12 | .bottom table tr td{border:1px dashed #ccc;} 13 | #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;} 14 | .border_style1{padding:2px;border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;} 15 | p{margin: 5px 0} 16 | table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;} 17 | li{clear:both} 18 | ol{padding-left:40px; } -------------------------------------------------------------------------------- /src/main/java/com/utils/SQLFilter.java: -------------------------------------------------------------------------------- 1 | 2 | package com.utils; 3 | 4 | import org.apache.commons.lang3.StringUtils; 5 | 6 | import com.entity.EIException; 7 | 8 | /** 9 | * SQL过滤 10 | */ 11 | public class SQLFilter { 12 | 13 | /** 14 | * SQL注入过滤 15 | * @param str 待验证的字符串 16 | */ 17 | public static String sqlInject(String str){ 18 | if(StringUtils.isBlank(str)){ 19 | return null; 20 | } 21 | //去掉'|"|;|\字符 22 | str = StringUtils.replace(str, "'", ""); 23 | str = StringUtils.replace(str, "\"", ""); 24 | str = StringUtils.replace(str, ";", ""); 25 | str = StringUtils.replace(str, "\\", ""); 26 | 27 | //转换成小写 28 | str = str.toLowerCase(); 29 | 30 | //非法字符 31 | String[] keywords = {"master", "truncate", "insert", "select", "delete", "update", "declare", "alter", "drop"}; 32 | 33 | //判断是否包含非法字符 34 | for(String keyword : keywords){ 35 | if(str.indexOf(keyword) != -1){ 36 | throw new EIException("包含非法字符"); 37 | } 38 | } 39 | 40 | return str; 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u8303\u56F4,\u9700\u8981\u64A4\u9500\u5417?", 3 | aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"], 4 | aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"], 5 | aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"], 6 | aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"], 7 | clearStr: "\u6E05\u7A7A", 8 | todayStr: "\u4ECA\u5929", 9 | okStr: "\u786E\u5B9A", 10 | updateStr: "\u786E\u5B9A", 11 | timeStr: "\u65F6\u95F4", 12 | quickStr: "\u5FEB\u901F\u9009\u62E9", 13 | err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u4E8E\u6700\u5927\u65E5\u671F!' 14 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/My97DatePicker/lang/zh-tw.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u7BC4\u570D,\u9700\u8981\u64A4\u92B7\u55CE?", 3 | aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"], 4 | aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"], 5 | aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"], 6 | aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"], 7 | clearStr: "\u6E05\u7A7A", 8 | todayStr: "\u4ECA\u5929", 9 | okStr: "\u78BA\u5B9A", 10 | updateStr: "\u78BA\u5B9A", 11 | timeStr: "\u6642\u9593", 12 | quickStr: "\u5FEB\u901F\u9078\u64C7", 13 | err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u65BC\u6700\u5927\u65E5\u671F!' 14 | } -------------------------------------------------------------------------------- /src/main/java/com/utils/HttpClientUtils.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | import java.io.BufferedReader; 4 | import java.io.InputStreamReader; 5 | import java.net.HttpURLConnection; 6 | import java.net.URL; 7 | 8 | 9 | /** 10 | * HttpClient工具类 11 | */ 12 | public class HttpClientUtils { 13 | 14 | /** 15 | * @param uri 16 | * @return String 17 | * @description get请求方式 18 | * @author: long.he01 19 | */ 20 | public static String doGet(String uri) { 21 | 22 | StringBuilder result = new StringBuilder(); 23 | try { 24 | String res = ""; 25 | URL url = new URL(uri); 26 | HttpURLConnection conn = (HttpURLConnection) url.openConnection(); 27 | BufferedReader in = new BufferedReader(new InputStreamReader(conn.getInputStream(), "UTF-8")); 28 | String line; 29 | while ((line = in.readLine()) != null) { 30 | res += line+"\n"; 31 | } 32 | in.close(); 33 | return res; 34 | }catch (Exception e) { 35 | e.printStackTrace(); 36 | return null; 37 | } 38 | 39 | } 40 | 41 | } 42 | 43 | -------------------------------------------------------------------------------- /src/main/java/com/utils/ValidatorUtils.java: -------------------------------------------------------------------------------- 1 | 2 | package com.utils; 3 | 4 | 5 | import java.util.Set; 6 | 7 | import javax.validation.ConstraintViolation; 8 | import javax.validation.Validation; 9 | import javax.validation.Validator; 10 | 11 | import com.entity.EIException; 12 | 13 | /** 14 | * hibernate-validator校验工具类 15 | */ 16 | public class ValidatorUtils { 17 | private static Validator validator; 18 | 19 | static { 20 | validator = Validation.buildDefaultValidatorFactory().getValidator(); 21 | } 22 | 23 | /** 24 | * 校验对象 25 | * @param object 待校验对象 26 | * @param groups 待校验的组 27 | * @throws EIException 校验不通过,则报EIException异常 28 | */ 29 | public static void validateEntity(Object object, Class... groups) 30 | throws EIException { 31 | Set> constraintViolations = validator.validate(object, groups); 32 | if (!constraintViolations.isEmpty()) { 33 | ConstraintViolation constraint = (ConstraintViolation)constraintViolations.iterator().next(); 34 | throw new EIException(constraint.getMessage()); 35 | } 36 | } 37 | 38 | 39 | } 40 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/upload/demos/js/demo.min.js: -------------------------------------------------------------------------------- 1 | (function(b,a,c){b.danidemo=b.extend({},{addLog:function(j,f,i){var h=new Date();var e=b("
  • ",{"class":"demo-"+f});var g="["+h.getHours()+":"+h.getMinutes()+":"+h.getSeconds()+"] ";g+=i;e.html(g);b(j).prepend(e)},addFile:function(g,e,d){var f='
    #'+e+" - "+d.name+' ('+b.danidemo.humanizeSize(d.size)+') - Status: Waiting to upload
    0% Complete
    ';var e=b(g).attr("file-counter");if(!e){b(g).empty();e=0}e++;b(g).attr("file-counter",e);b(g).prepend(f)},updateFileStatus:function(e,d,f){b("#demo-file"+e).find("span.demo-file-status").html(f).addClass("demo-file-status-"+d)},updateFileProgress:function(d,e){b("#demo-file"+d).find("div.progress-bar").width(e);b("#demo-file"+d).find("span.sr-only").html(e+" Complete")},humanizeSize:function(e){var d=Math.floor(Math.log(e)/Math.log(1024));return(e/Math.pow(1024,d)).toFixed(2)*1+" "+["B","kB","MB","GB","TB"][d]}},b.danidemo)})(jQuery,this); -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/css/futurico.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Futurico skin----------------------------------- */.icheckbox_futurico,.iradio_futurico { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 16px; height: 17px; background: url(futurico.png) no-repeat; border: none; cursor: pointer;}.icheckbox_futurico { background-position: 0 0;} .icheckbox_futurico.checked { background-position: -18px 0; } .icheckbox_futurico.disabled { background-position: -36px 0; cursor: default; } .icheckbox_futurico.checked.disabled { background-position: -54px 0; }.iradio_futurico { background-position: -72px 0;} .iradio_futurico.checked { background-position: -90px 0; } .iradio_futurico.disabled { background-position: -108px 0; cursor: default; } .iradio_futurico.checked.disabled { background-position: -126px 0; }/* HiDPI support */@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .icheckbox_futurico, .iradio_futurico { background-image: url(futurico@2x.png); -webkit-background-size: 144px 19px; background-size: 144px 19px; }} -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/chart/jquery.flot.resize.js: -------------------------------------------------------------------------------- 1 | (function(e,t,n){function c(){s=t[o](function(){r.each(function(){var t=e(this),n=t.width(),r=t.height(),i=e.data(this,a);if(n!==i.w||r!==i.h){t.trigger(u,[i.w=n,i.h=r])}});c()},i[f])}var r=e([]),i=e.resize=e.extend(e.resize,{}),s,o="setTimeout",u="resize",a=u+"-special-event",f="delay",l="throttleWindow";i[f]=250;i[l]=true;e.event.special[u]={setup:function(){if(!i[l]&&this[o]){return false}var t=e(this);r=r.add(t);e.data(this,a,{w:t.width(),h:t.height()});if(r.length===1){c()}},teardown:function(){if(!i[l]&&this[o]){return false}var t=e(this);r=r.not(t);t.removeData(a);if(!r.length){clearTimeout(s)}},add:function(t){function s(t,i,s){var o=e(this),u=e.data(this,a);u.w=i!==n?i:o.width();u.h=s!==n?s:o.height();r.apply(this,arguments)}if(!i[l]&&this[o]){return false}var r;if(e.isFunction(t)){r=t;return s}else{r=t.handler;t.handler=s}}}})(jQuery,this);(function(e){function n(e){function t(){var t=e.getPlaceholder();if(t.width()==0||t.height()==0)return;e.resize();e.setupGrid();e.draw()}function n(e,n){e.getPlaceholder().resize(t)}function r(e,n){e.getPlaceholder().unbind("resize",t)}e.hooks.bindEvents.push(n);e.hooks.shutdown.push(r)}var t={};e.plot.plugins.push({init:n,options:t,name:"resize",version:"1.0"})})(jQuery) -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/css/futurico/futurico.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Futurico skin----------------------------------- */.icheckbox_futurico,.iradio_futurico { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 16px; height: 17px; background: url(futurico.png) no-repeat; border: none; cursor: pointer;}.icheckbox_futurico { background-position: 0 0;} .icheckbox_futurico.checked { background-position: -18px 0; } .icheckbox_futurico.disabled { background-position: -36px 0; cursor: default; } .icheckbox_futurico.checked.disabled { background-position: -54px 0; }.iradio_futurico { background-position: -72px 0;} .iradio_futurico.checked { background-position: -90px 0; } .iradio_futurico.disabled { background-position: -108px 0; cursor: default; } .iradio_futurico.checked.disabled { background-position: -126px 0; }/* HiDPI support */@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .icheckbox_futurico, .iradio_futurico { background-image: url(futurico@2x.png); -webkit-background-size: 144px 19px; background-size: 144px 19px; }} -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tag/jquery.tagsinput.css: -------------------------------------------------------------------------------- 1 | div.tagsinput { 2 | border:1px solid #CCC; 3 | border-radius:4px; 4 | background: #FFF; 5 | padding:5px; 6 | overflow-y: auto; 7 | } 8 | div.tagsinput span.tag { 9 | /* border: 1px solid #a5d24a;*/ 10 | border-radius:4px; 11 | -webkit-border-radius:4px; 12 | display: block; 13 | float: left; 14 | padding: 5px; 15 | text-decoration:none; 16 | background: #0DB8DF; 17 | color: #fff; 18 | margin-right: 5px; 19 | margin-bottom:5px; 20 | font-size:13px; 21 | } 22 | div.tagsinput span.tag a { 23 | font-weight: bold; 24 | color: #fff; 25 | text-decoration:none; 26 | font-size: 11px; 27 | } 28 | div.tagsinput input { 29 | width:80px; 30 | margin:0px; 31 | font-size: 13px; 32 | border:1px solid transparent; 33 | padding:5px; 34 | background: transparent; 35 | color: #000; 36 | outline:0px; 37 | margin-right:5px; 38 | margin-bottom:5px; 39 | } 40 | div.tagsinput div { 41 | display:block; 42 | float: left; 43 | } 44 | .tags_clear { 45 | clear: both; 46 | width: 100%; 47 | height: 0px; 48 | } 49 | .not_valid { 50 | background: #FBD8DB !important; 51 | color: #90111A !important; 52 | } 53 | -------------------------------------------------------------------------------- /src/main/java/com/utils/SpringContextUtils.java: -------------------------------------------------------------------------------- 1 | 2 | package com.utils; 3 | 4 | import org.springframework.beans.BeansException; 5 | import org.springframework.context.ApplicationContext; 6 | import org.springframework.context.ApplicationContextAware; 7 | import org.springframework.stereotype.Component; 8 | 9 | 10 | /** 11 | * Spring Context 工具类 12 | */ 13 | @Component 14 | public class SpringContextUtils implements ApplicationContextAware { 15 | public static ApplicationContext applicationContext; 16 | 17 | @Override 18 | public void setApplicationContext(ApplicationContext applicationContext) 19 | throws BeansException { 20 | SpringContextUtils.applicationContext = applicationContext; 21 | } 22 | 23 | public static Object getBean(String name) { 24 | return applicationContext.getBean(name); 25 | } 26 | 27 | public static T getBean(String name, Class requiredType) { 28 | return applicationContext.getBean(name, requiredType); 29 | } 30 | 31 | public static boolean containsBean(String name) { 32 | return applicationContext.containsBean(name); 33 | } 34 | 35 | public static boolean isSingleton(String name) { 36 | return applicationContext.isSingleton(name); 37 | } 38 | 39 | public static Class getType(String name) { 40 | return applicationContext.getType(name); 41 | } 42 | 43 | } -------------------------------------------------------------------------------- /src/main/java/com/entity/view/ChezhuView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.ChezhuEntity; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableName; 6 | import org.apache.commons.beanutils.BeanUtils; 7 | import java.lang.reflect.InvocationTargetException; 8 | 9 | import java.io.Serializable; 10 | import java.util.Date; 11 | 12 | /** 13 | * 车主 14 | * 后端返回视图实体辅助类 15 | * (通常后端关联的表或者自定义的字段需要返回使用) 16 | * @author 17 | * @email 18 | * @date 2021-03-22 19 | */ 20 | @TableName("chezhu") 21 | public class ChezhuView extends ChezhuEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | /** 24 | * 性别的值 25 | */ 26 | private String sexValue; 27 | 28 | 29 | 30 | public ChezhuView() { 31 | 32 | } 33 | 34 | public ChezhuView(ChezhuEntity chezhuEntity) { 35 | try { 36 | BeanUtils.copyProperties(this, chezhuEntity); 37 | } catch (IllegalAccessException | InvocationTargetException e) { 38 | // TODO Auto-generated catch block 39 | e.printStackTrace(); 40 | } 41 | } 42 | 43 | 44 | 45 | /** 46 | * 获取: 性别的值 47 | */ 48 | public String getSexValue() { 49 | return sexValue; 50 | } 51 | /** 52 | * 设置: 性别的值 53 | */ 54 | public void setSexValue(String sexValue) { 55 | this.sexValue = sexValue; 56 | } 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | } 67 | -------------------------------------------------------------------------------- /src/main/webapp/resources/js/custom-gmap.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; // Start of use strict 3 | // map 4 | var myLatLng = { lat: 40.6971494, lng: -74.2598712 }; 5 | 6 | // Create a map object and specify the DOM element 7 | // for display. 8 | var map = new google.maps.Map(document.getElementById('gmap'), { 9 | center: myLatLng, 10 | zoom: 3 11 | }); 12 | // Create a marker and set its position. 13 | var mapMarker = new google.maps.Map(document.getElementById('gmap-marker'), { 14 | center: myLatLng, 15 | zoom: 3 16 | }); 17 | 18 | var marker = new google.maps.Marker({ 19 | map: mapMarker, 20 | position: myLatLng, 21 | title: 'Hello World!' 22 | }); 23 | // route map 24 | var routeMap = new google.maps.Map(document.getElementById('routeMap'), { 25 | zoom: 2, 26 | center: { lat: 0, lng: -180 }, 27 | mapTypeId: 'terrain' 28 | }); 29 | 30 | var flightPlanCoordinates = [ 31 | { lat: 37.772, lng: -122.214 }, 32 | { lat: 21.291, lng: -157.821 }, 33 | { lat: -18.142, lng: 178.431 }, 34 | { lat: -27.467, lng: 153.027 } 35 | ]; 36 | var flightPath = new google.maps.Polyline({ 37 | path: flightPlanCoordinates, 38 | geodesic: true, 39 | strokeColor: '#FF0000', 40 | strokeOpacity: 1.0, 41 | strokeWeight: 2 42 | }); 43 | 44 | flightPath.setMap(routeMap); 45 | 46 | })(jQuery); 47 | -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/css/polaris.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Polaris skin----------------------------------- */.icheckbox_polaris,.iradio_polaris { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 29px; height: 29px; background: url(polaris.png) no-repeat; border: none; cursor: pointer;}.icheckbox_polaris { background-position: 0 0;} .icheckbox_polaris.hover { background-position: -31px 0; } .icheckbox_polaris.checked { background-position: -62px 0; } .icheckbox_polaris.disabled { background-position: -93px 0; cursor: default; } .icheckbox_polaris.checked.disabled { background-position: -124px 0; }.iradio_polaris { background-position: -155px 0;} .iradio_polaris.hover { background-position: -186px 0; } .iradio_polaris.checked { background-position: -217px 0; } .iradio_polaris.disabled { background-position: -248px 0; cursor: default; } .iradio_polaris.checked.disabled { background-position: -279px 0; }/* HiDPI support */@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .icheckbox_polaris, .iradio_polaris { background-image: url(polaris@2x.png); -webkit-background-size: 310px 31px; background-size: 310px 31px; }} -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/css/polaris/polaris.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Polaris skin----------------------------------- */.icheckbox_polaris,.iradio_polaris { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 29px; height: 29px; background: url(polaris.png) no-repeat; border: none; cursor: pointer;}.icheckbox_polaris { background-position: 0 0;} .icheckbox_polaris.hover { background-position: -31px 0; } .icheckbox_polaris.checked { background-position: -62px 0; } .icheckbox_polaris.disabled { background-position: -93px 0; cursor: default; } .icheckbox_polaris.checked.disabled { background-position: -124px 0; }.iradio_polaris { background-position: -155px 0;} .iradio_polaris.hover { background-position: -186px 0; } .iradio_polaris.checked { background-position: -217px 0; } .iradio_polaris.disabled { background-position: -248px 0; cursor: default; } .iradio_polaris.checked.disabled { background-position: -279px 0; }/* HiDPI support */@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .icheckbox_polaris, .iradio_polaris { background-image: url(polaris@2x.png); -webkit-background-size: 310px 31px; background-size: 310px 31px; }} -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/dialogs/preview/preview.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 21 | 22 | 23 | 24 | 25 | 26 |
    27 | 28 |
    29 | 30 | 40 | -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/iframeAuto.js: -------------------------------------------------------------------------------- 1 | function iframeAuto() { 2 | try { 3 | if (window != parent) { 4 | //定位需要调整的frame框架(在父级窗口中查找) 5 | var a = parent.document.getElementsByTagName("iframe"); 6 | for (var i = 0; i < a.length; i++) { 7 | if (a[i].contentWindow == window) { 8 | var h1 = 0, h2 = 0; 9 | a[i].parentNode.style.height = a[i].offsetHeight + "px"; 10 | a[i].style.height = "10px"; //首先设置高度为10px,后面会修改 11 | if (document.documentElement && document.documentElement.scrollHeight) { 12 | h1 = document.documentElement.scrollHeight; 13 | } 14 | if (document.body) h2 = document.body.scrollHeight; 15 | var h = Math.max(h1, h2); //取两者中的较大值 16 | if (document.all) { h += 4; } 17 | if (window.opera) { h += 1; } 18 | //调整框架的大小 19 | a[i].style.height = a[i].parentNode.style.height = h + "px"; 20 | } 21 | } 22 | } 23 | } 24 | catch (ex) { } 25 | } 26 | //事件绑定的方法,支持IE5以上版本 27 | if (window.attachEvent) { 28 | window.attachEvent("onload", iframeAuto); 29 | } 30 | else if (window.addEventListener) { 31 | window.addEventListener('load', iframeAuto, false); 32 | } 33 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/textEditor/editor.css: -------------------------------------------------------------------------------- 1 | 2 | small { 3 | display: block; 4 | margin-top: 40px; 5 | font-size: 9px; 6 | } 7 | 8 | small, 9 | small a { 10 | color: #666; 11 | } 12 | 13 | 14 | #toolbar [data-wysihtml5-action] { 15 | float: right; 16 | } 17 | #toolbar a{ 18 | text-decoration: none; 19 | color: #555; 20 | } 21 | #toolbar, 22 | textarea { 23 | margin: 10px 0; 24 | -webkit-box-sizing: border-box; 25 | -ms-box-sizing: border-box; 26 | -moz-box-sizing: border-box; 27 | box-sizing: border-box; 28 | } 29 | 30 | textarea { 31 | height: 280px; 32 | border: 1px solid #eee; 33 | font-family: Verdana; 34 | font-size: 13px; 35 | width: 100%; 36 | } 37 | 38 | textarea:focus { 39 | color: black; 40 | border: 2px solid black; 41 | } 42 | 43 | .wysihtml5-command-active { 44 | font-weight: bold; 45 | } 46 | 47 | [data-wysihtml5-dialog] { 48 | background: none repeat scroll 0 0 #F4F4F4; 49 | border: 1px solid #DDDDDD; 50 | border-radius: 4px; 51 | margin: 15px 0 0; 52 | padding: 5px 5px 0; 53 | } 54 | 55 | a[data-wysihtml5-command-value="red"] { 56 | color: red; 57 | } 58 | 59 | a[data-wysihtml5-command-value="green"] { 60 | color: green; 61 | } 62 | 63 | a[data-wysihtml5-command-value="blue"] { 64 | color: blue; 65 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/highcharts/modules/heatmap.src.js: -------------------------------------------------------------------------------- 1 | (function (Highcharts) { 2 | var seriesTypes = Highcharts.seriesTypes, 3 | each = Highcharts.each; 4 | 5 | seriesTypes.heatmap = Highcharts.extendClass(seriesTypes.map, { 6 | colorKey: 'z', 7 | useMapGeometry: false, 8 | pointArrayMap: ['y', 'z'], 9 | translate: function () { 10 | var series = this, 11 | options = series.options, 12 | dataMin = Number.MAX_VALUE, 13 | dataMax = Number.MIN_VALUE; 14 | 15 | series.generatePoints(); 16 | 17 | each(series.data, function (point) { 18 | var x = point.x, 19 | y = point.y, 20 | value = point.z, 21 | xPad = (options.colsize || 1) / 2, 22 | yPad = (options.rowsize || 1) / 2; 23 | 24 | point.path = [ 25 | 'M', x - xPad, y - yPad, 26 | 'L', x + xPad, y - yPad, 27 | 'L', x + xPad, y + yPad, 28 | 'L', x - xPad, y + yPad, 29 | 'Z' 30 | ]; 31 | 32 | point.shapeType = 'path'; 33 | point.shapeArgs = { 34 | d: series.translatePath(point.path) 35 | }; 36 | 37 | if (typeof value === 'number') { 38 | if (value > dataMax) { 39 | dataMax = value; 40 | } else if (value < dataMin) { 41 | dataMin = value; 42 | } 43 | } 44 | }); 45 | 46 | series.translateColors(dataMin, dataMax); 47 | }, 48 | 49 | getBox: function () {} 50 | 51 | }); 52 | 53 | }(Highcharts)); 54 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/chart/chart-float-stacking.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | var d1 = []; 3 | for (var i = 0; i <= 10; i += 1) 4 | d1.push([i, parseInt(Math.random() * 30)]); 5 | 6 | var d2 = []; 7 | for (var i = 0; i <= 10; i += 1) 8 | d2.push([i, parseInt(Math.random() * 30)]); 9 | 10 | var d3 = []; 11 | for (var i = 0; i <= 10; i += 1) 12 | d3.push([i, parseInt(Math.random() * 30)]); 13 | 14 | var stack = 0, bars = true, lines = false, steps = false; 15 | 16 | function plotWithOptions() { 17 | $.plot($("#placeholder2"), [ d1, d2, d3 ], { 18 | series: { 19 | stack: stack, 20 | lines: { show: lines, fill: true, steps: steps }, 21 | bars: { show: bars, barWidth: 0.6 } 22 | } 23 | }); 24 | } 25 | 26 | plotWithOptions(); 27 | 28 | $(".stackControls input").click(function (e) { 29 | e.preventDefault(); 30 | stack = $(this).val() == "With stacking" ? true : null; 31 | plotWithOptions(); 32 | }); 33 | $(".graphControls input").click(function (e) { 34 | e.preventDefault(); 35 | bars = $(this).val().indexOf("Bars") != -1; 36 | lines = $(this).val().indexOf("Lines") != -1; 37 | steps = $(this).val().indexOf("steps") != -1; 38 | plotWithOptions(); 39 | }); 40 | 41 | 42 | }); 43 | 44 | -------------------------------------------------------------------------------- /src/main/java/com/service/impl/CheweiServiceImpl.java: -------------------------------------------------------------------------------- 1 | package com.service.impl; 2 | 3 | import com.utils.StringUtil; 4 | import org.springframework.stereotype.Service; 5 | import java.lang.reflect.Field; 6 | import java.util.*; 7 | import com.baomidou.mybatisplus.plugins.Page; 8 | import com.baomidou.mybatisplus.service.impl.ServiceImpl; 9 | import org.springframework.transaction.annotation.Transactional; 10 | import com.utils.PageUtils; 11 | import com.utils.Query; 12 | import org.springframework.web.context.ContextLoader; 13 | import javax.servlet.ServletContext; 14 | 15 | import com.dao.CheweiDao; 16 | import com.entity.CheweiEntity; 17 | import com.service.CheweiService; 18 | import com.entity.view.CheweiView; 19 | 20 | /** 21 | * 车位 服务实现类 22 | * @author 23 | * @since 2021-03-20 24 | */ 25 | @Service("cheweiService") 26 | @Transactional 27 | public class CheweiServiceImpl extends ServiceImpl implements CheweiService { 28 | 29 | @Override 30 | public PageUtils queryPage(Map params) { 31 | if(params != null && (params.get("limit") == null || params.get("page") == null)){ 32 | params.put("page","1"); 33 | params.put("limit","10"); 34 | } 35 | Page page =new Query(params).getPage(); 36 | page.setRecords(baseMapper.selectListView(page,params)); 37 | return new PageUtils(page); 38 | } 39 | 40 | 41 | } 42 | -------------------------------------------------------------------------------- /src/main/java/com/service/impl/ChezhuServiceImpl.java: -------------------------------------------------------------------------------- 1 | package com.service.impl; 2 | 3 | import com.utils.StringUtil; 4 | import org.springframework.stereotype.Service; 5 | import java.lang.reflect.Field; 6 | import java.util.*; 7 | import com.baomidou.mybatisplus.plugins.Page; 8 | import com.baomidou.mybatisplus.service.impl.ServiceImpl; 9 | import org.springframework.transaction.annotation.Transactional; 10 | import com.utils.PageUtils; 11 | import com.utils.Query; 12 | import org.springframework.web.context.ContextLoader; 13 | import javax.servlet.ServletContext; 14 | 15 | import com.dao.ChezhuDao; 16 | import com.entity.ChezhuEntity; 17 | import com.service.ChezhuService; 18 | import com.entity.view.ChezhuView; 19 | 20 | /** 21 | * 车主 服务实现类 22 | * @author 23 | * @since 2021-03-20 24 | */ 25 | @Service("chezhuService") 26 | @Transactional 27 | public class ChezhuServiceImpl extends ServiceImpl implements ChezhuService { 28 | 29 | @Override 30 | public PageUtils queryPage(Map params) { 31 | if(params != null && (params.get("limit") == null || params.get("page") == null)){ 32 | params.put("page","1"); 33 | params.put("limit","10"); 34 | } 35 | Page page =new Query(params).getPage(); 36 | page.setRecords(baseMapper.selectListView(page,params)); 37 | return new PageUtils(page); 38 | } 39 | 40 | 41 | } 42 | -------------------------------------------------------------------------------- /src/main/java/com/service/impl/YonghuServiceImpl.java: -------------------------------------------------------------------------------- 1 | package com.service.impl; 2 | 3 | import com.utils.StringUtil; 4 | import org.springframework.stereotype.Service; 5 | import java.lang.reflect.Field; 6 | import java.util.*; 7 | import com.baomidou.mybatisplus.plugins.Page; 8 | import com.baomidou.mybatisplus.service.impl.ServiceImpl; 9 | import org.springframework.transaction.annotation.Transactional; 10 | import com.utils.PageUtils; 11 | import com.utils.Query; 12 | import org.springframework.web.context.ContextLoader; 13 | import javax.servlet.ServletContext; 14 | 15 | import com.dao.YonghuDao; 16 | import com.entity.YonghuEntity; 17 | import com.service.YonghuService; 18 | import com.entity.view.YonghuView; 19 | 20 | /** 21 | * 员工 服务实现类 22 | * @author 23 | * @since 2021-03-20 24 | */ 25 | @Service("yonghuService") 26 | @Transactional 27 | public class YonghuServiceImpl extends ServiceImpl implements YonghuService { 28 | 29 | @Override 30 | public PageUtils queryPage(Map params) { 31 | if(params != null && (params.get("limit") == null || params.get("page") == null)){ 32 | params.put("page","1"); 33 | params.put("limit","10"); 34 | } 35 | Page page =new Query(params).getPage(); 36 | page.setRecords(baseMapper.selectListView(page,params)); 37 | return new PageUtils(page); 38 | } 39 | 40 | 41 | } 42 | -------------------------------------------------------------------------------- /src/main/webapp/resources/assets2/js/tabs/acc-wizard.min.css: -------------------------------------------------------------------------------- 1 | ol.acc-wizard-sidebar{counter-reset:acc-wizard-counter;margin-left:0;padding-left:0;}ol.acc-wizard-sidebar li{position:relative;margin:0 0 0.5em 2em;padding:0.25em 0.75em;list-style:none;} 2 | ol.acc-wizard-sidebar li:before{content:counter(acc-wizard-counter);counter-increment:acc-wizard-counter;position:absolute;left:-2em;top:50%;margin-top:-1.3em;height:2em;width:2em;line-height:2em;border:none;background:#0088cc;text-align:center;font-weight:bold;color:white;border-radius:2em;} 3 | ol.acc-wizard-sidebar li a{color:#333333;} 4 | ol.acc-wizard-sidebar li:before{background:#333333;} 5 | ol.acc-wizard-sidebar li.acc-wizard-completed{color:#999999;}ol.acc-wizard-sidebar li.acc-wizard-completed a{color:#999999;} 6 | ol.acc-wizard-sidebar li.acc-wizard-completed:before{background:#999999;} 7 | ol.acc-wizard-sidebar li.acc-wizard-completed:after{display:inline-block;vertical-align:middle;font-size:1.3333333333333333em;width:1.875em;content:"\00a0\2713";position:relative;bottom:0.1em;} 8 | ol.acc-wizard-sidebar li.acc-wizard-active{color:#0088cc;}ol.acc-wizard-sidebar li.acc-wizard-active a{color:#0088cc;} 9 | ol.acc-wizard-sidebar li.acc-wizard-active:before{background:#0088cc;} 10 | ol.acc-wizard-sidebar li:first-child{margin-top:0.75em;} 11 | .acc-wizard-step{margin-top:2em;} 12 | .accordion-heading{height:2.6em;position:relative;z-index:1;} 13 | .accordion-body{padding-top:2.6em;margin-top:-2.6em;} 14 | -------------------------------------------------------------------------------- /src/main/webapp/resources/ueditor/third-party/highcharts/modules/no-data-to-display.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Plugin for displaying a message when there is no data visible in chart. 4 | 5 | (c) 2010-2013 Highsoft AS 6 | Author: Øystein Moseng 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(c){function f(){return!!this.points.length}function g(){this.hasData()?this.hideNoData():this.showNoData()}var d=c.seriesTypes,e=c.Chart.prototype,h=c.getOptions(),i=c.extend;i(h.lang,{noData:"No data to display"});h.noData={position:{x:0,y:0,align:"center",verticalAlign:"middle"},attr:{},style:{fontWeight:"bold",fontSize:"12px",color:"#60606a"}};d.pie.prototype.hasData=f;if(d.gauge)d.gauge.prototype.hasData=f;if(d.waterfall)d.waterfall.prototype.hasData=f;c.Series.prototype.hasData=function(){return this.dataMax!== 11 | void 0&&this.dataMin!==void 0};e.showNoData=function(a){var b=this.options,a=a||b.lang.noData,b=b.noData;if(!this.noDataLabel)this.noDataLabel=this.renderer.label(a,0,0,null,null,null,null,null,"no-data").attr(b.attr).css(b.style).add(),this.noDataLabel.align(i(this.noDataLabel.getBBox(),b.position),!1,"plotBox")};e.hideNoData=function(){if(this.noDataLabel)this.noDataLabel=this.noDataLabel.destroy()};e.hasData=function(){for(var a=this.series,b=a.length;b--;)if(a[b].hasData()&&!a[b].options.isInternal)return!0; 12 | return!1};e.callbacks.push(function(a){c.addEvent(a,"load",g);c.addEvent(a,"redraw",g)})})(Highcharts); 13 | -------------------------------------------------------------------------------- /src/main/webapp/jsp/static/getRoleButtons.js: -------------------------------------------------------------------------------- 1 | function getRoleButtons() { 2 | var role = window.sessionStorage.getItem('role'); 3 | var allButtons = ["新增", "修改", "查看", "删除", "审核", "回复", "发货", "报表", "支付"]; 4 | for (var i = 0; i < menus.length; i++) { 5 | // 找到当前登录角色的菜单 6 | if (menus[i].roleName == role) { 7 | //后台菜单 8 | var backMenu = menus[i].backMenu; 9 | for (var j = 0; j < backMenu.length; j++) { 10 | // 一级菜单 11 | var menuChild = backMenu[j].child; 12 | for (var k = 0; k < menuChild.length; k++) { 13 | // 二级id菜单 14 | if (tableName == menuChild[k].tableName) { 15 | var buttons = menuChild[k].buttons; 16 | //console.log("you can see: "+buttons); 17 | //将allButtons剔除能看到的按钮,剩下的就是不能看到的按钮 18 | if(buttons && buttons.length>0){ 19 | for(var l=0;l= 0; n--) { 32 | elements[n].parentNode.removeChild(elements[n]); 33 | } 34 | } 35 | } 36 | 37 | } 38 | } 39 | } 40 | } 41 | } -------------------------------------------------------------------------------- /src/main/resources/doc/sys_user.sql: -------------------------------------------------------------------------------- 1 | /* 2 | Navicat Premium Data Transfer 3 | 4 | Source Server : mysql-localhost 5 | Source Server Type : MySQL 6 | Source Server Version : 50616 7 | Source Host : localhost 8 | Source Database : mybatis-plus 9 | 10 | Target Server Type : MySQL 11 | Target Server Version : 50616 12 | File Encoding : utf-8 13 | 14 | Date: 06/25/2017 20:53:49 PM 15 | */ 16 | 17 | SET NAMES utf8mb4; 18 | SET FOREIGN_KEY_CHECKS = 0; 19 | 20 | -- ---------------------------- 21 | -- Table structure for `sys_user` 22 | -- ---------------------------- 23 | DROP TABLE IF EXISTS `sys_user`; 24 | CREATE TABLE `sys_user` ( 25 | `id` bigint(20) NOT NULL COMMENT '用户ID', 26 | `name` varchar(50) DEFAULT NULL COMMENT '用户名', 27 | `age` int(3) DEFAULT NULL COMMENT '用户年龄', 28 | `type` int(1) DEFAULT '0' COMMENT '0、禁用 1、正常, 如果使用tinyint(1),mysql连接没加tinyInt1isBit=false,默认mysql驱动会把值转成boolean', 29 | `ctime` datetime DEFAULT NULL COMMENT '自定义填充的创建时间', 30 | PRIMARY KEY (`id`) 31 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='系统用户表'; 32 | 33 | -- ---------------------------- 34 | -- Records of `sys_user` 35 | -- ---------------------------- 36 | BEGIN; 37 | INSERT INTO `sys_user`(id,name,age,ctime,type) VALUES ('784972358981328902', 'Tom', '24', '2017-06-25 20:53:33', '1'); 38 | INSERT INTO `sys_user`(id,name,age,ctime,type) VALUES ('784972358981328903', 'Jammy', '21', '2017-06-25 20:53:37', '1'); 39 | COMMIT; 40 | 41 | SET FOREIGN_KEY_CHECKS = 1; 42 | -------------------------------------------------------------------------------- /src/main/java/com/service/CommonService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import java.util.List; 4 | import java.util.Map; 5 | 6 | public interface CommonService { 7 | List getOption(Map params); 8 | 9 | Map getFollowByOption(Map params); 10 | 11 | void sh(Map params); 12 | 13 | int remindCount(Map params); 14 | 15 | Map selectCal(Map params); 16 | 17 | List> chartBoth(Map params); 18 | 19 | List> chartOne(Map params); 20 | 21 | List> selectGroup(Map params); 22 | 23 | List> selectValue(Map params); 24 | 25 | /** 26 | * 下面为新加的 27 | */ 28 | 29 | 30 | /** 31 | * 新的级联字典表的 分组求和统计 32 | * @param params 33 | * @return 34 | */ 35 | List> newSelectGroupSum(Map params); 36 | 37 | /** 38 | * 新的级联字典表的 分组求和统计 39 | * @param params 40 | * @return 41 | */ 42 | List> newSelectGroupCount(Map params); 43 | /** 44 | * 当前表的日期分组求和 45 | * @param params 46 | * @return 47 | */ 48 | List> newSelectDateGroupSum(Map params); 49 | 50 | /** 51 | * 查询字典表的分组统计总条数 52 | * @param params 53 | * @return 54 | */ 55 | List> newSelectDateGroupCount(Map params); 56 | 57 | } 58 | -------------------------------------------------------------------------------- /src/main/webapp/resources/xznstatic/css/all.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin skins----------------------------------- */@import url("minimal/all.css");/*@import url("minimal/minimal.css");@import url("minimal/red.css");@import url("minimal/green.css");@import url("minimal/blue.css");@import url("minimal/aero.css");@import url("minimal/grey.css");@import url("minimal/orange.css");@import url("minimal/yellow.css");@import url("minimal/pink.css");@import url("minimal/purple.css");*/@import url("square/all.css");/*@import url("square/square.css");@import url("square/red.css");@import url("square/green.css");@import url("square/blue.css");@import url("square/aero.css");@import url("square/grey.css");@import url("square/orange.css");@import url("square/yellow.css");@import url("square/pink.css");@import url("square/purple.css");*/@import url("flat/all.css");/*@import url("flat/flat.css");@import url("flat/red.css");@import url("flat/green.css");@import url("flat/blue.css");@import url("flat/aero.css");@import url("flat/grey.css");@import url("flat/orange.css");@import url("flat/yellow.css");@import url("flat/pink.css");@import url("flat/purple.css");*/@import url("line/all.css");/*@import url("line/line.css");@import url("line/red.css");@import url("line/green.css");@import url("line/blue.css");@import url("line/aero.css");@import url("line/grey.css");@import url("line/orange.css");@import url("line/yellow.css");@import url("line/pink.css");@import url("line/purple.css");*/@import url("polaris/polaris.css");@import url("futurico/futurico.css"); --------------------------------------------------------------------------------