(improvement)(chat) opt page query for show case (#278)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-10-23 22:14:04 +08:00
committed by GitHub
parent 4fbc3c8533
commit b9895d541b
4 changed files with 7 additions and 4 deletions

View File

@@ -13,4 +13,8 @@ public class PageQueryInfoReq {
private String userName;
private List<Long> ids;
public Integer getLimitStart() {
return this.pageSize * (this.current - 1);
}
}