remove RoleQueryCriteria

pull/127/head
zhengjie 2019-06-04 16:36:40 +08:00
parent f9ff6d8657
commit baa9b7c68c
1 changed files with 0 additions and 15 deletions

View File

@ -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;
}