分库分表功能标准化代码后提交

This commit is contained in:
rice666
2023-06-28 11:25:20 +08:00
parent ed9c56d7ac
commit 532ad3b0ae
11 changed files with 99 additions and 54 deletions

View File

@@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.dromara.demo.mapper.TOrderMapper">
<mapper namespace="org.dromara.demo.mapper.ShardingOrderItemMapper">
</mapper>

View File

@@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.dromara.demo.mapper.TOrderItemMapper">
<mapper namespace="org.dromara.demo.mapper.ShardingOrderMapper">
</mapper>