Digital Office Automation System Backend
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

SysRoleDeptMapper.xml 420B

1 dag sedan
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.SysRoleDeptMapper">
  6. <resultMap type="SysRoleDept" id="SysRoleDeptResult">
  7. <result property="roleId" column="role_id"/>
  8. <result property="deptId" column="dept_id"/>
  9. </resultMap>
  10. </mapper>