123456789101112131415161718192021222324252627282930313233 |
- <?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 Feb 28 09:35:21 CST 2024.
- -->
- <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" />
- <mapper resource="com/miniframe/model/system/xml/DNodeMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DPipeMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DSourceMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DSourceValMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DAccidentMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DBoundaryMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DNodeValMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DJobMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DChecknodeMapper.xml" />
- </mappers>
- </configuration>
|