1234567891011121314151617 |
- <?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 Sep 08 14:21:09 CST 2025.
- -->
- <mappers>
- <mapper resource="com/miniframe/model/ac/xml/AcProMapper.xml" />
- <mapper resource="com/miniframe/model/ac/xml/AcDyAstMapper.xml" />
- <mapper resource="com/miniframe/model/ac/xml/AcDyAttMapper.xml" />
- <mapper resource="com/miniframe/model/ac/xml/AcProAttMapper.xml" />
- <mapper resource="com/miniframe/model/ac/xml/AcProResultMapper.xml" />
- </mappers>
- </configuration>
|