MapperConfig-es.xml 902 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd">
  3. <configuration>
  4. <!--
  5. This file is generated by MyBatis Generator.
  6. This file is the shell of a Mapper Config file - in many cases you will need to add
  7. to this file before it is usable by MyBatis.
  8. This file was generated on Fri May 23 15:57:28 CST 2025.
  9. -->
  10. <mappers>
  11. <mapper resource="com/miniframe/model/es/xml/EsProMapper.xml" />
  12. <mapper resource="com/miniframe/model/es/xml/EsComMapper.xml" />
  13. <mapper resource="com/miniframe/model/es/xml/EsAttMapper.xml" />
  14. <mapper resource="com/miniframe/model/es/xml/EsProComMapper.xml" />
  15. <mapper resource="com/miniframe/model/es/xml/EsProComAttMapper.xml" />
  16. <mapper resource="com/miniframe/model/es/xml/EsProComConMapper.xml" />
  17. </mappers>
  18. </configuration>