mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Feat(BE-339): make a report for purchasing supplier
This commit is contained in:
@@ -14,10 +14,11 @@ type Success struct {
|
||||
}
|
||||
|
||||
type Meta struct {
|
||||
Page int `json:"page"`
|
||||
Limit int `json:"limit"`
|
||||
TotalPages int64 `json:"total_pages"`
|
||||
TotalResults int64 `json:"total_results"`
|
||||
Page int `json:"page"`
|
||||
Limit int `json:"limit"`
|
||||
TotalPages int64 `json:"total_pages"`
|
||||
TotalResults int64 `json:"total_results"`
|
||||
Filters interface{} `json:"filters,omitempty"`
|
||||
}
|
||||
|
||||
type SuccessWithPaginate[T any] struct {
|
||||
|
||||
Reference in New Issue
Block a user