Updated SPCLCOMMODITY_DTO and SPCLCOUNTRY_DTO to required: false
This commit is contained in:
parent
9b41ed24a4
commit
36456f7915
@ -21,13 +21,13 @@ export class FEES_DTO {
|
||||
}
|
||||
|
||||
export class SPCLCOMMODITY_DTO {
|
||||
@ApiProperty({ required: true })
|
||||
@ApiProperty({ required: false })
|
||||
@IsString()
|
||||
P_SPCLCOMMODITY: string;
|
||||
}
|
||||
|
||||
export class SPCLCOUNTRY_DTO {
|
||||
@ApiProperty({ required: true })
|
||||
@ApiProperty({ required: false })
|
||||
@IsString()
|
||||
P_SPCLCOUNTRY: string;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user