Newer
Older
casic-metering-eqpt-xichang / casic-metering-dao / src / main / resources / mapper / business / BizLabRelDeptMapper.xml
<?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="com.casic.missiles.mapper.business.BizLabRelDeptMapper">

    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.casic.missiles.model.business.BizLabRelDept">
        <result column="id" property="id"/>
        <result column="biz_lab_code" property="bizLabCode"/>
        <result column="dept_id" property="deptId"/>
        <result column="group_no" property="groupNo"/>
        <result column="update_time" property="updateTime"/>
    </resultMap>

</mapper>