feat (item): fix get-detail by code
This commit is contained in:
No files matched your search
@@ -33,7 +33,7 @@ type FilterDto struct {
|
||||
}
|
||||
|
||||
type ReadDetailDto struct {
|
||||
Id *uint16 `json:"id"`
|
||||
Id *uint `json:"id"`
|
||||
Code *string `json:"code"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user