郑永安
2023-06-19 f65443d8abeaedc9d102324565e8368e7c9d90c8
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="com.gk.firework.Mapper.ProductThresholdInfoMapper" >
  <resultMap id="BaseResultMap" type="com.gk.firework.Domain.ProductThresholdInfo" >
    <!--          -->
    <id column="id" property="id" jdbcType="BIGINT" />
    <result column="productid" property="productid" jdbcType="BIGINT" />
    <result column="itemcode" property="itemcode" jdbcType="VARCHAR" />
    <result column="explosivecontent" property="explosivecontent" jdbcType="DECIMAL" />
    <result column="level" property="level" jdbcType="VARCHAR" />
    <result column="boxnumber" property="boxnumber" jdbcType="INTEGER" />
    <result column="createdby" property="createdby" jdbcType="VARCHAR" />
    <result column="createdat" property="createdat" jdbcType="TIMESTAMP" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--          -->
    id, productid, itemcode, explosivecontent, level, boxnumber, createdby, createdat
  </sql>
 
</mapper>