feat (patient): rework search
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user