fix pagination, filter to show only have children data on division
This commit is contained in:
No files matched your search
@@ -0,0 +1,7 @@
|
||||
package core
|
||||
|
||||
type Pagination struct {
|
||||
PageNumber int `json:"page-number"`
|
||||
PageSize int `json:"page-size"`
|
||||
PageNoLimit int `json:"page-no-limit"`
|
||||
}
|
||||
Reference in New Issue
Block a user