add desc
This commit is contained in:
@@ -72,6 +72,12 @@ export class CreateInvoiceDto {
|
||||
@IsString()
|
||||
paymentMethod?: string
|
||||
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@ApiPropertyOptional()
|
||||
description?: string;
|
||||
|
||||
// @IsArray()
|
||||
// @Type(() => IAttachment)
|
||||
// @ApiProperty({ type: [IAttachment] })
|
||||
|
||||
Reference in New Issue
Block a user