package com.meishu.dto.student; import lombok.Data; @Data public class GetStudyProgressDTO { private Long studentId; private Long chapterId; }