From 15f84c2aec02c8e1e7c0c6ddd4cdc984b4bcf9a4 Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Wed, 28 Sep 2022 02:20:13 +0800 Subject: [PATCH] Initial commit --- README.md | 3 +++ src/main/resources/DepModelClassMapper.xml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 928111d..b5c59fe 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,6 @@ the is new school working. and then is about Money System. 涉及课外的编写思路,要项目要求、习惯 +定义用户持续类(POJO) + +查找 \ No newline at end of file diff --git a/src/main/resources/DepModelClassMapper.xml b/src/main/resources/DepModelClassMapper.xml index 48dc1da..9bc0087 100644 --- a/src/main/resources/DepModelClassMapper.xml +++ b/src/main/resources/DepModelClassMapper.xml @@ -4,5 +4,8 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - + select * + from studentinfo; + \ No newline at end of file