123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?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 Tue Jul 29 16:10:18 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" />
- <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" />
- <mapper resource="com/miniframe/model/system/xml/DPumpMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DPumpHfMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DVentdoorMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DVentfanMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DSensorValMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DPtpipeassMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DMwaynodeMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DPumpBaseMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DPumpHfBaseMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DVentdoorBaseMapper.xml" />
- <mapper resource="com/miniframe/model/system/xml/DVentfanBaseMapper.xml" />
- </mappers>
- </configuration>
|