🔨 重构代码,将捐赠版已验证的功能合并

This commit is contained in:
zhaojun
2022-09-20 18:12:01 +08:00
parent f4fb471da3
commit 47f6066733
309 changed files with 4591 additions and 4620 deletions

View File

@@ -1,7 +1,7 @@
<?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="im.zhaojun.zfile.admin.mapper.ReadmeConfigMapper">
<resultMap id="BaseResultMap" type="im.zhaojun.zfile.admin.model.entity.ReadmeConfig">
<mapper namespace="im.zhaojun.zfile.module.readme.mapper.ReadmeConfigMapper">
<resultMap id="BaseResultMap" type="im.zhaojun.zfile.module.readme.model.entity.ReadmeConfig">
<!--@mbg.generated-->
<!--@Table `readme_config`-->
<id column="id" jdbcType="INTEGER" property="id" />