- 前端:支付单列表
- 前端:退款单列表
This commit is contained in:
@@ -13,10 +13,10 @@ public class UserPageBO implements Serializable {
|
||||
/**
|
||||
* 用户数组
|
||||
*/
|
||||
private List<UserBO> users;
|
||||
private List<UserBO> list;
|
||||
/**
|
||||
* 总量
|
||||
*/
|
||||
private Integer count;
|
||||
private Integer total;
|
||||
|
||||
}
|
||||
|
||||
@@ -15,6 +15,10 @@ public class UserPageDTO {
|
||||
* 模糊查询
|
||||
*/
|
||||
private String nickname;
|
||||
/**
|
||||
* 状态
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
@NotNull(message = "页码不能为空")
|
||||
private Integer pageNo;
|
||||
|
||||
Reference in New Issue
Block a user