PointsMapper.xml
1.35 KB
<?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.huaheng.config.points.mapper.PointsMapper">
<resultMap id="BaseResultMap" type="com.huaheng.config.points.domain.Points">
<!--@mbg.generated-->
<!--@Table points-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="warehouseCode" jdbcType="VARCHAR" property="warehouseCode" />
<result column="companyCode" jdbcType="VARCHAR" property="companyCode" />
<result column="goodsShelfNo" jdbcType="VARCHAR" property="goodsShelfNo" />
<result column="intX" jdbcType="VARCHAR" property="intX" />
<result column="intY" jdbcType="VARCHAR" property="intY" />
<result column="oIntX" jdbcType="VARCHAR" property="oIntX" />
<result column="oIntY" jdbcType="VARCHAR" property="oIntY" />
<result column="num" jdbcType="INTEGER" property="num" />
<result column="isEmpty" jdbcType="TINYINT" property="isEmpty" />
<result column="isEnable" jdbcType="TINYINT" property="isEnable" />
<result column="isLocked" jdbcType="TINYINT" property="isLocked" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, warehouseCode, companyCode, goodsShelfNo, intX, intY, oIntX, oIntY, num, isEmpty,
isEnable, isLocked
</sql>
</mapper>