Added message to P_SPCLCOMMODITY
This commit is contained in:
parent
36456f7915
commit
07839bbc55
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user