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