dev-chenjiajian #1
@ -97,9 +97,21 @@ public class AdminActivityInfoCollectionResp {
|
|||||||
@Schema(description = "偏科(数学、英语等)")
|
@Schema(description = "偏科(数学、英语等)")
|
||||||
private String weakSubject;
|
private String weakSubject;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 弱点学科
|
||||||
|
*/
|
||||||
@Schema(description = "创建时间")
|
@Schema(description = "创建时间")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 更新时间
|
||||||
|
*/
|
||||||
@Schema(description = "更新时间")
|
@Schema(description = "更新时间")
|
||||||
private LocalDateTime updateTime;
|
private LocalDateTime updateTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 代理商拨打电话联系家长的次数
|
||||||
|
*/
|
||||||
|
@Schema(description = "代理商拨打电话联系家长的次数")
|
||||||
|
private Integer contactCallCount = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user