Digital Office Automation System Backend
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

SysUserPostMapper.xml 420B

vor 1 Tag
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>