forked from liweijie/education
17 lines
741 B
XML
17 lines
741 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.BCKTJXRZSKJYMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.BCKTJXRZSKJY">
|
|
<result column="编号" property="bh" />
|
|
<result column="班次课堂教学日志_编号" property="bcktjxrzbh" />
|
|
<result column="辅助教员编号" property="fzjybh" />
|
|
<result column="主教员" property="zjy" />
|
|
<result column="年度" property="nd" />
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
编号, 班次课堂教学日志_编号, 辅助教员编号, 主教员, 年度
|
|
</sql>
|
|
|
|
</mapper> |