对比新文件 |
| | |
| | | <?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> |