1234567891011121314151617181920212223242526 |
- <?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 Tue Feb 11 16:43:43 CST 2025.
- -->
- <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" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProGradMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProSurroMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProPythonMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProCstMapper.xml" />
- <mapper resource="com/miniframe/model/mdo/xml/MdoProFfdMapper.xml" />
- </mappers>
- </configuration>
|