Added IsOptinal to P_SPCLCOUNTRY
This commit is contained in:
parent
3be2a9c289
commit
203caabe5e
@ -29,8 +29,9 @@ export class SPCLCOMMODITY_DTO {
|
|||||||
|
|
||||||
export class SPCLCOUNTRY_DTO {
|
export class SPCLCOUNTRY_DTO {
|
||||||
@ApiProperty({ required: false })
|
@ApiProperty({ required: false })
|
||||||
|
@IsOptional()
|
||||||
@IsString({ message: 'Property P_SPCLCOUNTRY must be a string' })
|
@IsString({ message: 'Property P_SPCLCOUNTRY must be a string' })
|
||||||
P_SPCLCOUNTRY: string;
|
P_SPCLCOUNTRY?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class RATE_DTO {
|
export class RATE_DTO {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user