|
@@ -31,6 +31,12 @@ public class MusicGroupOrganizationCourseSettingsDetail {
|
|
|
private BigDecimal unitPrice = BigDecimal.ZERO;
|
|
|
|
|
|
/**
|
|
|
+ * 总排课次数
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value="总排课次数")
|
|
|
+ private Integer courseTotalNum;
|
|
|
+
|
|
|
+ /**
|
|
|
* 课程原价
|
|
|
*/
|
|
|
@ApiModelProperty(value="课程原价")
|
|
@@ -54,6 +60,14 @@ public class MusicGroupOrganizationCourseSettingsDetail {
|
|
|
@ApiModelProperty(value="")
|
|
|
private Date updateTime;
|
|
|
|
|
|
+ public Integer getCourseTotalNum() {
|
|
|
+ return courseTotalNum;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCourseTotalNum(Integer courseTotalNum) {
|
|
|
+ this.courseTotalNum = courseTotalNum;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
}
|