Loading backend/src/place/dto/create-date.dto.ts +2 −1 Original line number Diff line number Diff line import { ApiProperty } from '@nestjs/swagger'; import { Place } from '../entities/place.entity'; export class CreateDateDto { @ApiProperty() Loading @@ -7,5 +8,5 @@ export class CreateDateDto { @ApiProperty() endDate: Date; idPlace: number; idPlace: Place; } Loading
backend/src/place/dto/create-date.dto.ts +2 −1 Original line number Diff line number Diff line import { ApiProperty } from '@nestjs/swagger'; import { Place } from '../entities/place.entity'; export class CreateDateDto { @ApiProperty() Loading @@ -7,5 +8,5 @@ export class CreateDateDto { @ApiProperty() endDate: Date; idPlace: number; idPlace: Place; }