public interface ProjectQuery
| 限定符和类型 | 方法和说明 |
|---|---|
ProjectQuery |
groupId(String groupId) |
List<Project> |
list() |
List<Long> |
listIds() |
ProjectQuery |
name(String name) |
ProjectQuery |
nameLike(String name) |
ProjectQuery |
orderbyCreateDate(String asc) |
ProjectQuery |
orderbyName(String asc) |
ProjectQuery |
type(String type) |
ProjectQuery |
userId(String userId) |
ProjectQuery userId(String userId)
ProjectQuery name(String name)
ProjectQuery nameLike(String name)
ProjectQuery type(String type)
ProjectQuery groupId(String groupId)
ProjectQuery orderbyCreateDate(String asc)
ProjectQuery orderbyName(String asc)
Copyright © 2023 Bstek. All rights reserved.