Added message to P_SPCLCOMMODITY

This commit is contained in:
gitadmin 2025-11-12 12:14:49 +00:00
parent 36456f7915
commit 07839bbc55

View File

@ -22,7 +22,7 @@ export class FEES_DTO {
export class SPCLCOMMODITY_DTO { export class SPCLCOMMODITY_DTO {
@ApiProperty({ required: false }) @ApiProperty({ required: false })
@IsString() @IsString({ message: 'Property P_SPCLCOMMODITY must be a string' })
P_SPCLCOMMODITY: string; P_SPCLCOMMODITY: string;
} }