e) 在项目中新建实体类Test.java,内容如下: package com.entity; public class StuInfo { private Integer sid; private String stuName; public Integer getSid() { return sid; } public void setSid(Integer sid) { this.sid = sid;