diff --git a/build.gradle b/build.gradle index c0c9eec..f7e51a5 100644 --- a/build.gradle +++ b/build.gradle @@ -45,6 +45,8 @@ configurations { dependencies { implementation project(":modules:test") + implementation 'com.alibaba:easyexcel:2.2.6' + implementation 'com.alibaba:fastjson:1.2.83' } wrapper { diff --git a/modules/test/src/main/resources/domains/LogEntity.xml b/modules/test/src/main/resources/domains/LogEntity.xml index 0f1d849..b688876 100644 --- a/modules/test/src/main/resources/domains/LogEntity.xml +++ b/modules/test/src/main/resources/domains/LogEntity.xml @@ -18,7 +18,7 @@ - + diff --git a/modules/test/src/main/resources/domains/UserAuth.xml b/modules/test/src/main/resources/domains/UserAuth.xml new file mode 100644 index 0000000..61c0644 --- /dev/null +++ b/modules/test/src/main/resources/domains/UserAuth.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/modules/test/src/main/resources/views/SecurityAuditUser-grid.xml b/modules/test/src/main/resources/views/SecurityAuditUser-grid.xml new file mode 100644 index 0000000..7a80027 --- /dev/null +++ b/modules/test/src/main/resources/views/SecurityAuditUser-grid.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/modules/test/src/main/resources/views/SecurityUser-grid.xml b/modules/test/src/main/resources/views/SecurityUser-grid.xml new file mode 100644 index 0000000..4c3d7c0 --- /dev/null +++ b/modules/test/src/main/resources/views/SecurityUser-grid.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/modules/test/src/main/resources/views/ServiceUser-grid.xml b/modules/test/src/main/resources/views/ServiceUser-grid.xml new file mode 100644 index 0000000..40064c6 --- /dev/null +++ b/modules/test/src/main/resources/views/ServiceUser-grid.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/modules/test/src/main/resources/views/SystemManageUser-grid.xml b/modules/test/src/main/resources/views/SystemManageUser-grid.xml new file mode 100644 index 0000000..b155bf6 --- /dev/null +++ b/modules/test/src/main/resources/views/SystemManageUser-grid.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/modules/test/src/main/resources/views/actionGroup.xml b/modules/test/src/main/resources/views/actionGroup.xml index 092dc03..7fd5205 100644 --- a/modules/test/src/main/resources/views/actionGroup.xml +++ b/modules/test/src/main/resources/views/actionGroup.xml @@ -1,7 +1,20 @@ - - + + + self.userAuth=3 + + + + self.userAuth=1 + + + + self.userAuth=2 + + + + self.userAuth= 0 diff --git a/modules/test/src/main/resources/views/menu.xml b/modules/test/src/main/resources/views/menu.xml index 93a3023..dd9e59f 100644 --- a/modules/test/src/main/resources/views/menu.xml +++ b/modules/test/src/main/resources/views/menu.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4593315..482ce95 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -368,5 +368,6 @@ logging.level.com.hypaas=INFO +