123456789101112131415161718192021222324 |
- <?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 Wed Aug 20 15:27:42 CST 2025.
- -->
- <mappers>
- <mapper resource="com/miniframe/model/system/xml/SysAppcodeMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysDepartmentMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysFunctionMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysLoginMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysMenuMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysRoleMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysUserMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysFileMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/SysVersionMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/UserLoginMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/UserCertificationMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/BisinessNumberMapper.xml" />
- </mappers>
- </configuration>
|