郑永安
2023-06-19 2fcd97552d16718cc7997629fd637a73a5a4483f
src/main/java/com/gk/firework/Mapper/mybatis/ProductThresholdInfoMapper.xml
对比新文件
@@ -0,0 +1,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>