@@ -12,7 +12,7 @@ import java.math.BigDecimal;
@Data
public class GeneratingCapacityVo {
private String name;
- private Double value;
- private Double total;
- private Double bfb;
+ private BigDecimal value;
+ private BigDecimal total;
+ private BigDecimal bfb;
}