forked from liweijie/education
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
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.JGMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.JG">
|
|
<result column="年度" property="nD" />
|
|
<result column="学员队编号" property="xYDBH" />
|
|
<result column="课编号" property="kBH" />
|
|
<result column="学期第次" property="xQDC" />
|
|
<result column="教员编号" property="jYBH" />
|
|
<result column="课次序号" property="kCXH" />
|
|
<result column="教室编号" property="jSBH" />
|
|
<result column="人数" property="rS" />
|
|
<result column="周课时" property="zKS" />
|
|
<result column="学时" property="xS" />
|
|
<result column="课类型" property="kLX" />
|
|
<result column="简称" property="jC" />
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
年度, 学员队编号, 课编号, 学期第次, 教员编号, 课次序号, 教室编号, 人数, 周课时, 学时, 课类型, 简称
|
|
</sql>
|
|
|
|
</mapper>
|