mirror of https://github.com/elunez/eladmin
remove RoleQueryCriteria
parent
f9ff6d8657
commit
baa9b7c68c
|
@ -1,15 +0,0 @@
|
|||
package me.zhengjie.modules.system.service.dto;
|
||||
|
||||
import lombok.Data;
|
||||
import me.zhengjie.annotation.Query;
|
||||
|
||||
/**
|
||||
* @author jie
|
||||
* @date 2018-11-23
|
||||
*/
|
||||
@Data
|
||||
public class RoleQueryCriteria {
|
||||
|
||||
@Query(type = Query.Type.INNER_LIKE)
|
||||
private String name;
|
||||
}
|
Loading…
Reference in New Issue