feat: 优化代码生成策略,完美适配项目结构

This commit is contained in:
landaiqing
2024-06-02 21:52:30 +08:00
parent 623ca1b91a
commit a9d0bb01cc
44 changed files with 2137 additions and 244 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.schisandra.auth.infra.basic.mapper.SchisandraAuthUserDao">
<mapper namespace="com.schisandra.auth.infra.basic.dao.SchisandraAuthUserDao">
<resultMap id="BaseResultMap" type="com.schisandra.auth.infra.basic.entity.SchisandraAuthUser">
<id column="id" jdbcType="BIGINT" property="id"/>