Commit 0066b8d5 authored by ZhengJie's avatar ZhengJie
Browse files

[代码完善](v2.5): v2.5 beta 字典与角色查询优化

2.5 进度: https://www.ydyno.com/archives/1225.html
parent 3e8b4f3d
...@@ -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;
} }
...@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment