mirror of https://github.com/elunez/eladmin
parent
3e8b4f3dfd
commit
0066b8d5e1
|
@ -25,6 +25,6 @@ import me.zhengjie.annotation.Query;
|
|||
@Data
|
||||
public class DictQueryCriteria {
|
||||
|
||||
@Query(blurry = "name,remark")
|
||||
@Query(blurry = "name,description")
|
||||
private String blurry;
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue