【修复】修复C端用户Mapper.xml对应的Mapper接口错误

pull/94/head
xuyuxiang 2023-03-14 16:35:36 +08:00
parent f8d7ced955
commit d18eb01292
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="vip.xiaonuo.sys.modular.user.mapper.SysUserMapper">
<mapper namespace="vip.xiaonuo.client.modular.user.mapper.ClientUserMapper">
</mapper>