This commit is contained in:
PB
2025-10-24 10:15:45 +02:00
parent 3b1ff1b649
commit 6837bd4d6c
2 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ type GetProductResponseDTO struct {
Slug string `json:"slug"`
Price float64 `json:"price"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
UpdatedAt *time.Time `json:"updated_at"`
}
type GetProductListRequestDTO struct {