feat (item): fix get-detail by code

This commit is contained in:
dpurbosakti
2025-12-05 14:18:39 +07:00
parent 6e9c57226c
commit 6c13b1ad51
2 changed files with 10 additions and 2 deletions

No files matched your search

+1 -1
View File
@@ -33,7 +33,7 @@ type FilterDto struct {
}
type ReadDetailDto struct {
Id *uint16 `json:"id"`
Id *uint `json:"id"`
Code *string `json:"code"`
}