fix pagination, filter to show only have children data on division

This commit is contained in:
dpurbosakti
2025-10-03 17:13:53 +07:00
parent 26357e88e9
commit bd6351e3a3
144 changed files with 759 additions and 845 deletions

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"`
}