<?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.MaterialSignStateMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.MaterialSignState" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="MS_ID" property="msId" jdbcType="INTEGER" />
|
<result column="MS_UserId" property="msUserid" jdbcType="VARCHAR" />
|
<result column="MM_ID" property="mmId" jdbcType="VARCHAR" />
|
<result column="MC_ID" property="mcId" jdbcType="VARCHAR" />
|
<result column="MM_SignState" property="mmSignstate" jdbcType="BIT" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
MS_ID, MS_UserId, MM_ID, MC_ID, MM_SignState
|
</sql>
|
</mapper>
|