修改目录架构

This commit is contained in:
guo
2024-07-09 22:45:29 +08:00
parent e3f27cf975
commit c83dd750e6
50 changed files with 83 additions and 51 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.guo.learningprogresstracker.mapper.UserMapper">
<resultMap id="BaseResultMap" type="com.guo.learningprogresstracker.domain.entity.UserEntity">
<resultMap id="BaseResultMap" type="com.guo.learningprogresstracker.entity.UserEntity">
<id property="id" column="id" jdbcType="VARCHAR"/>
<result property="userName" column="user_name" jdbcType="VARCHAR"/>
<result property="userPassword" column="user_password" jdbcType="VARCHAR"/>