123456789101112131415161718192021 |
- <?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 Fri Oct 11 11:01:10 CST 2024.
- -->
- <mappers>
- <mapper resource="com/miniframe/model/mdo/xml/MdoProjectMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoModMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProjectConstraintMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProjectObjfunMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProjectVariateMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProInputMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProOutputMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProEvolutionMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProComvalMapper.xml" />
- </mappers>
- </configuration>
|