dev-chenjiajian #1

Merged
ChenJiaJian merged 8 commits from dev-chenjiajian into master 2026-01-17 16:31:39 +08:00
Showing only changes of commit e000a148ee - Show all commits

View File

@ -97,9 +97,21 @@ public class AdminActivityInfoCollectionResp {
@Schema(description = "偏科(数学、英语等)")
private String weakSubject;
/**
* 弱点学科
*/
@Schema(description = "创建时间")
private LocalDateTime createTime;
/**
* 更新时间
*/
@Schema(description = "更新时间")
private LocalDateTime updateTime;
/**
* 代理商拨打电话联系家长的次数
*/
@Schema(description = "代理商拨打电话联系家长的次数")
private Integer contactCallCount = 0;
}