Browse Source

删除垃圾文件

huangqizheng/feature-20250731164458-地区部分修改以及导出的封装
sunjiabei 3 weeks ago
parent
commit
b9ffc6004d
  1. 6
      src/main/resources/jindouMapper/BeanRechargeMapper.xml
  2. 8
      src/main/resources/mapper/UrlMapper.xml

6
src/main/resources/jindouMapper/BeanRechargeMapper.xml

@ -1,6 +0,0 @@
<?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.example.demo.mapper.coin.RechargeMapper">
</mapper>

8
src/main/resources/mapper/UrlMapper.xml

@ -1,8 +0,0 @@
<?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.example.demo.mapper.UrlMapper">
<select id="selectBaseUrl" resultType="java.lang.String">
select value from env where `key` = #{key}
</select>
</mapper>
Loading…
Cancel
Save