<?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="hls.support.core.wechat.mapper.AppDepartmentMapper"> <resultMap id="BaseResultMap" type="hls.support.core.wechat.dto.EnterpriseAppDepartment"> <result column="id" property="id" jdbcType="DECIMAL" /> <result column="department_id" property="departmentId" jdbcType="DECIMAL" /> <result column="app_id" property="appId" jdbcType="DECIMAL" /> </resultMap> </mapper>