adjust dto

This commit is contained in:
dpurbosakti
2025-10-09 06:32:09 +07:00
parent 47a8b34337
commit 76614abc32
29 changed files with 42 additions and 45 deletions

No files matched your search

@@ -14,7 +14,6 @@ type ReadListDto struct {
FilterDto
Includes string `json:"includes"`
Preloads []string `json:"-"`
Search string `json:"search"`
Pagination ecore.Pagination
}
@@ -22,6 +21,7 @@ type FilterDto struct {
Code string `json:"code"`
Name string `json:"name"`
IndName string `json:"indName"`
Search string `json:"search" gormhelper:"searchColumns=Code,Name"`
}
type ReadDetailDto struct {