12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?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 Dec 09 09:32:55 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" />
- <mapper resource="com/miniframe/model/system/xml/DChecknodeValcodeMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DChecknodeValMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DThresholdMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DWayMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DWaynodeMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DWayResultMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DWaynodeResultMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DMwayMapper.xml" />
- </mappers>
- </configuration>
|