| 123456789101112131415161718192021222324252627282930313233343536 | <?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 Mon Oct 20 10:09:26 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" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProXfoilMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProInoutParaMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProAdflowMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProWorkflowMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProMathfuncMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProTacsMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProFsiMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProResultfileMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProAfnoiseMapper.xml" />    <mapper resource="com/miniframe/model/mdo/xml/MdoProPropnoiseMapper.xml" />  </mappers></configuration>
 |