Skip to content

Commit

Permalink
add WGUWU to indicator coefficients DTO
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 14, 2024
1 parent 72adbe8 commit d464080
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,12 @@ export class IndicatorCoefficientsDto {
@IsNotEmpty()
@IsNumber()
[INDICATOR_NAME_CODES.WC]: number;

@ApiPropertyOptional()
@IsOptional()
@Max(1000000)
@Min(0)
@IsNotEmpty()
@IsNumber()
[INDICATOR_NAME_CODES.WGUWU]: number;
}

0 comments on commit d464080

Please sign in to comment.