MapperConfig-mdo.xml 1.7 KB

1234567891011121314151617181920212223242526272829
  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 Tue Mar 18 14:03:32 CST 2025.
  9. -->
  10. <mappers>
  11. <mapper resource="com/miniframe/model/mdo/xml/MdoProjectMapper.xml" />
  12. <mapper resource="com/miniframe/model/mdo/xml/MdoModMapper.xml" />
  13. <mapper resource="com/miniframe/model/mdo/xml/MdoProjectConstraintMapper.xml" />
  14. <mapper resource="com/miniframe/model/mdo/xml/MdoProjectObjfunMapper.xml" />
  15. <mapper resource="com/miniframe/model/mdo/xml/MdoProjectVariateMapper.xml" />
  16. <mapper resource="com/miniframe/model/mdo/xml/MdoProInputMapper.xml" />
  17. <mapper resource="com/miniframe/model/mdo/xml/MdoProOutputMapper.xml" />
  18. <mapper resource="com/miniframe/model/mdo/xml/MdoProEvolutionMapper.xml" />
  19. <mapper resource="com/miniframe/model/mdo/xml/MdoProComvalMapper.xml" />
  20. <mapper resource="com/miniframe/model/mdo/xml/MdoProGradMapper.xml" />
  21. <mapper resource="com/miniframe/model/mdo/xml/MdoProSurroMapper.xml" />
  22. <mapper resource="com/miniframe/model/mdo/xml/MdoProPythonMapper.xml" />
  23. <mapper resource="com/miniframe/model/mdo/xml/MdoProCstMapper.xml" />
  24. <mapper resource="com/miniframe/model/mdo/xml/MdoProFfdMapper.xml" />
  25. <mapper resource="com/miniframe/model/mdo/xml/MdoProXfoilMapper.xml" />
  26. <mapper resource="com/miniframe/model/mdo/xml/MdoProInoutParaMapper.xml" />
  27. <mapper resource="com/miniframe/model/mdo/xml/MdoProAdflowMapper.xml" />
  28. </mappers>
  29. </configuration>