package com.bwie.pojo; import lombok.Data; @Data public class Student { private Integer studentId; private String studentName; private Integer age; }