Blame view

QueryStudentVO.java 173 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11
package com.meishu.vo.student;

import com.meishu.model.StudentDO;
import lombok.Data;

@Data
public class QueryStudentVO extends StudentDO {

    private String campus;

}