摘要: ① 回忆mybatis 编写pojo实体类 package com.kuang.pojo; public class User { private int id; //id private String name; //姓名 private String pwd; //密码 } 实现mybatis的 阅读全文
posted @ 2021-02-27 23:42 吃饼干的南博one 阅读(71) 评论(0) 推荐(0)