feat: improve error handling on create and add search for objects with code and name
This commit is contained in:
No files matched your search
@@ -14,6 +14,7 @@ type ReadListDto struct {
|
||||
Code string `json:"code"`
|
||||
Name string `json:"name"`
|
||||
IndName string `json:"indName"`
|
||||
Search string `json:"search"`
|
||||
|
||||
Page int `json:"page"`
|
||||
PageSize int `json:"page_size"`
|
||||
|
||||
Reference in New Issue
Block a user