package com.meishu.dto.test; import com.meishu.model.SubjectStudentAnswerStarDO; import lombok.Data; import java.util.List; @Data public class CommentDTO { List<SubjectStudentAnswerStarDO> subjectStudentAnswerStarDOS; }