package com.subsidy.vo.teacher; import com.subsidy.model.TeacherDO; import lombok.Data; @Data public class TeacherInfoVO extends TeacherDO { }