|
@@ -19,7 +19,7 @@ public class ActivityCourseDetailDto {
|
|
|
@ApiModelProperty(value = "乐理课", required = false)
|
|
|
private Integer musicTheory = 0;
|
|
|
|
|
|
- private BigDecimal musicTheoryPrice;
|
|
|
+ private BigDecimal musicTheoryPrice = BigDecimal.ZERO;
|
|
|
|
|
|
public void setMusicTheoryPrice(BigDecimal musicTheoryPrice) {
|
|
|
this.musicTheoryPrice = musicTheoryPrice;
|