Digital Office Automation System Backend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SysUserPostMapper.xml 420B

1 dag geleden
123456789101112
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <mapper namespace="com.ruoyi.system.mapper.SysUserPostMapper">
  6. <resultMap type="SysUserPost" id="SysUserPostResult">
  7. <result property="userId" column="user_id"/>
  8. <result property="postId" column="post_id"/>
  9. </resultMap>
  10. </mapper>