去除 TODO 注释。
This commit is contained in:
parent
7077b84317
commit
e34efdfc56
@ -12,7 +12,7 @@ import xyz.zhouxy.plusone.commons.util.PagingAndSortingQueryParams;
|
|||||||
*
|
*
|
||||||
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
||||||
*/
|
*/
|
||||||
@ToString
|
@ToString(callSuper = true)
|
||||||
public class AccountQueryParams extends PagingAndSortingQueryParams {
|
public class AccountQueryParams extends PagingAndSortingQueryParams {
|
||||||
|
|
||||||
public AccountQueryParams() {
|
public AccountQueryParams() {
|
||||||
@ -29,7 +29,6 @@ public class AccountQueryParams extends PagingAndSortingQueryParams {
|
|||||||
"update_time");
|
"update_time");
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO【添加】 注解参数校验
|
|
||||||
private @Getter @Setter Long id;
|
private @Getter @Setter Long id;
|
||||||
private @Getter @Setter String username;
|
private @Getter @Setter String username;
|
||||||
private @Getter @Setter String email;
|
private @Getter @Setter String email;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user