package com.meishu.dto.student; import lombok.Data; @Data public class GetStudentRulesDTO { private Long id; private Long subjectId; }