123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd">
- <configuration>
- <!--
- This file is generated by MyBatis Generator.
- This file is the shell of a Mapper Config file - in many cases you will need to add
- to this file before it is usable by MyBatis.
- This file was generated on Thu Jun 12 11:44:20 CST 2025.
- -->
- <mappers>
- <mapper resource="com/miniframe/model/es/xml/EsProMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsComMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsAttMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsProComMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsProComAttMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsProComConMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsDataMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsDataAttMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsProComAttDataMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsProJobMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsProResultKeyMapper.xml" />
- <mapper resource="com/miniframe/model/es/xml/EsProResultValueMapper.xml" />
- </mappers>
- </configuration>
|