feat (user): use case done

This commit is contained in:
dpurbosakti
2025-08-18 13:02:14 +07:00
parent db6af776a3
commit 0c5aa0becf
6 changed files with 181 additions and 13 deletions

No files matched your search

+3 -3
View File
@@ -32,7 +32,7 @@ type Deletedto struct {
}
type MetaDto struct {
PageNumber int `json:"page_number"`
PageSize int `json:"page_size"`
Count int64 `json:"count"`
PageNumber int `json:"page_number"`
PageSize int `json:"page_size"`
Count int `json:"count"`
}