|
|
@@ -70,15 +70,10 @@ public class ClassTimeCalendar implements Serializable {
|
|
|
@TableField(fill = FieldFill.INSERT)
|
|
|
private Integer enabledMark;
|
|
|
/**
|
|
|
- * 课时统计(class_time_statistics)
|
|
|
- */
|
|
|
- @ApiModelProperty("课时统计(class_time_statistics)")
|
|
|
- private Long classTimeStatisticsId;
|
|
|
- /**
|
|
|
* 补班日期
|
|
|
*/
|
|
|
@ApiModelProperty("补班日期")
|
|
|
- private Integer supplementDate;
|
|
|
+ private Date supplementDate;
|
|
|
/**
|
|
|
* 补课日期
|
|
|
*/
|