mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-27 06:57:12 +08:00
@@ -42,5 +42,5 @@ public class RoleQuery implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@Schema(description = "关键词", example = "测试人员")
|
@Schema(description = "关键词", example = "测试人员")
|
||||||
@Query(columns = {"name", "code", "description"}, type = QueryType.LIKE)
|
@Query(columns = {"name", "code", "description"}, type = QueryType.LIKE)
|
||||||
private String name;
|
private String description;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user