基于XML使用MyBatis

xiaoxiao2021-02-28  34

1、项目结构图

2、实体类Student package net.hw.bean; /** * Created by howard on 2016/4/25. */ public class Student { private int id; private String name; private String branch; private int percentage; private int phone; private String email; public Student() { }
转载请注明原文地址: https://www.6miu.com/read-2631975.html

最新回复(0)