Blame view

TeacherInfoVO.java 145 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8
package com.subsidy.vo.teacher;

import com.subsidy.model.TeacherDO;
import lombok.Data;

@Data
public class TeacherInfoVO extends TeacherDO {
}