MapperConfig-system.xml 1.4 KB

123456789101112131415161718192021222324
  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 Mon Sep 08 14:21:10 CST 2025.
  9. -->
  10. <mappers>
  11. <mapper resource="com/miniframe/model/system/xml/SysAppcodeMapper.xml" />
  12. <mapper resource="com/miniframe/model/system/xml/SysDepartmentMapper.xml" />
  13. <mapper resource="com/miniframe/model/system/xml/SysFunctionMapper.xml" />
  14. <mapper resource="com/miniframe/model/system/xml/SysLoginMapper.xml" />
  15. <mapper resource="com/miniframe/model/system/xml/SysMenuMapper.xml" />
  16. <mapper resource="com/miniframe/model/system/xml/SysRoleMapper.xml" />
  17. <mapper resource="com/miniframe/model/system/xml/SysUserMapper.xml" />
  18. <mapper resource="com/miniframe/model/system/xml/SysFileMapper.xml" />
  19. <mapper resource="com/miniframe/model/system/xml/SysVersionMapper.xml" />
  20. <mapper resource="com/miniframe/model/system/xml/UserLoginMapper.xml" />
  21. <mapper resource="com/miniframe/model/system/xml/UserCertificationMapper.xml" />
  22. <mapper resource="com/miniframe/model/system/xml/BisinessNumberMapper.xml" />
  23. </mappers>
  24. </configuration>