修改mapper 包名
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8m15s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8m15s
This commit is contained in:
@@ -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.iot.mapper.TbAccessControlMapper">
|
||||
<mapper namespace="org.dromara.sis.mapper.TbAccessControlMapper">
|
||||
|
||||
</mapper>
|
@@ -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.iot.mapper.TdFactoryMapper">
|
||||
<mapper namespace="org.dromara.sis.mapper.TdFactoryMapper">
|
||||
|
||||
</mapper>
|
@@ -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.iot.mapper.TdMeterConfigMapper">
|
||||
<mapper namespace="org.dromara.sis.mapper.TdMeterConfigMapper">
|
||||
|
||||
</mapper>
|
@@ -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.iot.mapper.TdMeterMapper">
|
||||
<mapper namespace="org.dromara.sis.mapper.TdMeterMapper">
|
||||
|
||||
</mapper>
|
@@ -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.iot.mapper.TdMeterRoomMapper">
|
||||
<mapper namespace="org.dromara.sis.mapper.TdMeterRoomMapper">
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user