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