Commit baa9b7c6 authored by zhengjie's avatar zhengjie
Browse files

remove RoleQueryCriteria

parent f9ff6d86
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;
}
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