主功能菜单
authorXia Kaixiang <kaixiang.xia@supwisdom.com>
Mon, 22 Apr 2019 08:00:05 +0000 (16:00 +0800)
committerXia Kaixiang <kaixiang.xia@supwisdom.com>
Mon, 22 Apr 2019 08:08:44 +0000 (16:08 +0800)
commit8b3261b6c90eeadfffd4e8cfb0efe44c52b61aaf
treee0d2f4b1b92af1d9bb660466077e14cbd31d00a7
parent251576aa8a13b5d3eee7ab11247995d6e687f0e3
主功能菜单
36 files changed:
src/main/java/com/supwisdom/dlpay/framework/dao/FunctionDao.java
src/main/java/com/supwisdom/dlpay/framework/domain/TFunction.java
src/main/java/com/supwisdom/dlpay/framework/domain/TOperator.java
src/main/java/com/supwisdom/dlpay/framework/security/OperUtil.java [new file with mode: 0644]
src/main/kotlin/com/supwisdom/dlpay/framework/controller/security_controller.kt
src/main/kotlin/com/supwisdom/dlpay/security.kt
src/main/kotlin/com/supwisdom/dlpay/system/controller/system_controller.kt [new file with mode: 0644]
src/main/kotlin/com/supwisdom/dlpay/system/service/impl/system_service_impl.kt [new file with mode: 0644]
src/main/kotlin/com/supwisdom/dlpay/system/service/system_service.kt [new file with mode: 0644]
src/main/resources/static/custom/css/admin.css [new file with mode: 0755]
src/main/resources/static/custom/css/login.css [moved from src/main/resources/static/payapi/css/login.css with 100% similarity]
src/main/resources/static/custom/css/theme-blue.css [new file with mode: 0755]
src/main/resources/static/custom/images/bg_login.png [moved from src/main/resources/static/payapi/images/bg_login.png with 100% similarity]
src/main/resources/static/custom/images/head.png [new file with mode: 0755]
src/main/resources/static/custom/images/logo.png [moved from src/main/resources/static/payapi/images/logo.png with 100% similarity]
src/main/resources/static/custom/module/admin.js [new file with mode: 0755]
src/main/resources/static/custom/module/formSelects/formSelects-v4.all.js [new file with mode: 0755]
src/main/resources/static/custom/module/formSelects/formSelects-v4.css [new file with mode: 0755]
src/main/resources/static/custom/module/formSelects/formSelects-v4.js [new file with mode: 0755]
src/main/resources/static/custom/module/index.js [new file with mode: 0755]
src/main/resources/static/custom/module/treetable-lay/treetable.css [new file with mode: 0755]
src/main/resources/static/custom/module/treetable-lay/treetable.js [new file with mode: 0755]
src/main/resources/static/libs/q.js [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/metroStyle/img/line_conn.png [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/metroStyle/img/loading.gif [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/metroStyle/img/metro.gif [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/metroStyle/img/metro.png [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/metroStyle/metroStyle.css [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/zTreeStyle/img/line_conn.gif [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/zTreeStyle/img/loading.gif [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/zTreeStyle/img/zTreeStandard.gif [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/zTreeStyle/img/zTreeStandard.png [new file with mode: 0755]
src/main/resources/static/libs/zTree/css/zTreeStyle/zTreeStyle.css [new file with mode: 0755]
src/main/resources/static/libs/zTree/js/jquery.ztree.all-3.5.min.js [new file with mode: 0755]
src/main/resources/templates/index.html
src/main/resources/templates/login.html