mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00: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