revised lib and usecase update

This commit is contained in:
vanilia
2025-10-14 13:35:48 +07:00
parent fce7cfaf7b
commit 1b1f641c2c
5 changed files with 9 additions and 14 deletions
@@ -26,7 +26,8 @@ type FilterDto struct {
}
type ReadDetailDto struct {
Id uint16 `json:"id"`
Id uint16 `json:"id"`
Includes string `json:"includes"`
}
type UpdateDto struct {