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

2.5 进度: https://www.ydyno.com/archives/1225.html
pull/394/head
ZhengJie 2020-05-26 13:19:19 +08:00
parent 3e8b4f3dfd
commit 0066b8d5e1
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ import me.zhengjie.annotation.Query;
@Data
public class DictQueryCriteria {
@Query(blurry = "name,remark")
@Query(blurry = "name,description")
private String blurry;
}

View File

@ -28,7 +28,7 @@ import java.util.List;
@Data
public class RoleQueryCriteria {
@Query(blurry = "name,remark")
@Query(blurry = "name,description")
private String blurry;
@Query(type = Query.Type.BETWEEN)