页面
authorXia Kaixiang <kaixiang.xia@supwisdom.com>
Tue, 23 Apr 2019 08:46:37 +0000 (16:46 +0800)
committerXia Kaixiang <kaixiang.xia@supwisdom.com>
Thu, 25 Apr 2019 06:34:12 +0000 (14:34 +0800)
commit64214241674341273fedb0fb0fb9626164d889f6
treec0bdef3d6685b578320e571b9d7d821c336f4b13
parentf658ac26df3eb996c41cd6846582ea0673276257
页面
23 files changed:
config/application-devel-oracle.properties
src/main/java/com/supwisdom/dlpay/framework/dao/OperatorDao.java
src/main/java/com/supwisdom/dlpay/framework/dao/RoleDao.java
src/main/java/com/supwisdom/dlpay/framework/domain/TOperator.java
src/main/java/com/supwisdom/dlpay/framework/util/PageResult.java [new file with mode: 0644]
src/main/java/com/supwisdom/dlpay/framework/util/WebConstant.java [new file with mode: 0644]
src/main/kotlin/com/supwisdom/dlpay/framework/controller/security_controller.kt
src/main/kotlin/com/supwisdom/dlpay/framework/service/framework_service.kt [new file with mode: 0644]
src/main/kotlin/com/supwisdom/dlpay/framework/service/impl/framework_service_impl.kt [new file with mode: 0644]
src/main/kotlin/com/supwisdom/dlpay/system/bean/system_bean.kt [new file with mode: 0644]
src/main/kotlin/com/supwisdom/dlpay/system/controller/system_controller.kt
src/main/kotlin/com/supwisdom/dlpay/system/service/impl/system_service_impl.kt
src/main/kotlin/com/supwisdom/dlpay/system/service/system_service.kt
src/main/resources/db/migration/V1.0__init_data.sql
src/main/resources/static/custom/css/console.css [new file with mode: 0755]
src/main/resources/static/libs/q.js
src/main/resources/templates/home/console.html [new file with mode: 0755]
src/main/resources/templates/home/message.html [new file with mode: 0755]
src/main/resources/templates/home/password.html [new file with mode: 0755]
src/main/resources/templates/home/theme.html [new file with mode: 0755]
src/main/resources/templates/index.html
src/main/resources/templates/system/operator/index.html [new file with mode: 0644]
src/main/resources/templates/system/role/index.html [new file with mode: 0644]