forked from liweijie/education
15 lines
542 B
XML
15 lines
542 B
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.roomroot.jwgl.mapper.TCKGLYDLBMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.TCKGLYDLB">
|
|
<result column="听查课管理员编号" property="tCKGLYBH" />
|
|
<result column="登录信息编号" property="dLXXBH" />
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
听查课管理员编号, 登录信息编号
|
|
</sql>
|
|
|
|
</mapper>
|