feiyu02
2025-09-30 6904763f0e74d9a9fa4dbc39f635d2aee39416c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>