mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-18 20:34:19 +08:00
(improvement)(chat) opt page query for show case (#278)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -13,4 +13,8 @@ public class PageQueryInfoReq {
|
||||
private String userName;
|
||||
|
||||
private List<Long> ids;
|
||||
|
||||
public Integer getLimitStart() {
|
||||
return this.pageSize * (this.current - 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user