forked from liweijie/education
19 lines
868 B
XML
19 lines
868 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.JSZWKSFBZMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.JSZWKSFBZ">
|
|
<result column="编号" property="bh" />
|
|
<result column="技术职务编号" property="jszwbh" />
|
|
<result column="课时费标准编号" property="ksfbzbh" />
|
|
<result column="标准课时量" property="bzksl" />
|
|
<result column="课时费" property="ksf" />
|
|
<result column="超量课时费" property="clksf" />
|
|
<result column="备注" property="bz" />
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
编号, 技术职务编号, 课时费标准编号, 标准课时量, 课时费, 超量课时费, 备注
|
|
</sql>
|
|
|
|
</mapper> |