1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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 Mar 25 09:27:19 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" />
- <mapper resource="com/miniframe/model/system/xml/DSensorMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DConMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DGasBlastAreaMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DGasGatherAreaMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DGasMapper.xml" />
- </mappers>
- </configuration>
|