mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-23 03:36:40 +08:00
12 lines
420 B
XML
12 lines
420 B
XML
<?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="com.ruoyi.system.mapper.SysUserPostMapper">
|
|
|
|
<resultMap type="SysUserPost" id="SysUserPostResult">
|
|
<result property="userId" column="user_id"/>
|
|
<result property="postId" column="post_id"/>
|
|
</resultMap>
|
|
|
|
</mapper> |