feiyu02
2022-06-28 5670e4a15fba292ef5f8fb90e96072de976bb621
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.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>