Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
0066b8d5
Commit
0066b8d5
authored
May 26, 2020
by
ZhengJie
Browse files
[代码完善](v2.5): v2.5 beta 字典与角色查询优化
2.5 进度:
https://www.ydyno.com/archives/1225.html
parent
3e8b4f3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictQueryCriteria.java
View file @
0066b8d5
...
@@ -25,6 +25,6 @@ import me.zhengjie.annotation.Query;
...
@@ -25,6 +25,6 @@ import me.zhengjie.annotation.Query;
@Data
@Data
public
class
DictQueryCriteria
{
public
class
DictQueryCriteria
{
@Query
(
blurry
=
"name,
remark
"
)
@Query
(
blurry
=
"name,
description
"
)
private
String
blurry
;
private
String
blurry
;
}
}
eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleQueryCriteria.java
View file @
0066b8d5
...
@@ -28,7 +28,7 @@ import java.util.List;
...
@@ -28,7 +28,7 @@ import java.util.List;
@Data
@Data
public
class
RoleQueryCriteria
{
public
class
RoleQueryCriteria
{
@Query
(
blurry
=
"name,
remark
"
)
@Query
(
blurry
=
"name,
description
"
)
private
String
blurry
;
private
String
blurry
;
@Query
(
type
=
Query
.
Type
.
BETWEEN
)
@Query
(
type
=
Query
.
Type
.
BETWEEN
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment