<?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="cn.flightfeather.supervision.domain.mapper.ScheduleSignRecordMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.ScheduleSignRecord" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="SR_ID" property="srId" jdbcType="INTEGER" />
|
<result column="SR_Schedule_Id" property="srScheduleId" jdbcType="INTEGER" />
|
<result column="SR_User_ID" property="srUserId" jdbcType="VARCHAR" />
|
<result column="SR_Sign_Status" property="srSignStatus" jdbcType="BIT" />
|
<result column="SR_Sign_Time" property="srSignTime" jdbcType="TIMESTAMP" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
SR_ID, SR_Schedule_Id, SR_User_ID, SR_Sign_Status, SR_Sign_Time
|
</sql>
|
</mapper>
|