Skip to content

Commit

Permalink
feat: Add createdAt field to ProductDTO
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Sep 18, 2024
1 parent b5f8044 commit d56f9a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/product/dto/product.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export class ProductDTO implements Product {

@ApiProperty({ description: '토큰 주소' })
tokenAddress: string;

@ApiProperty({ description: '생성일' })
createdAt: Date;
}

export class ProductQnADTO implements Partial<ProductQnA> {
Expand Down

0 comments on commit d56f9a3

Please sign in to comment.