package com.ycl.jxkg.domain.vo.student.education; import lombok.Data; @Data public class SubjectVO { private String id; private String name; }