feat (patient): rework search

This commit is contained in:
dpurbosakti
2025-10-24 16:21:57 +07:00
parent 8a9e0c7b7f
commit 4ebeee02f0
5 changed files with 103 additions and 29 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ type DeleteDto struct {
}
type SearchDto struct {
Search string `json:"search"`
Mode SearchMode `json:"mode"`
Search string `json:"search"`
Pagination ecore.Pagination
}
type UploadDto struct {