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.

SysRoleDeptMapper.xml 420B

1 dzień temu
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>