LocationPositionMapper.xml 1 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.location.mapper.LocationPositionMapper">
  <resultMap id="BaseResultMap" type="com.huaheng.config.location.domain.LocationPosition">
    <!--@mbg.generated-->
    <!--@Table location_position-->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="warehouseCode" jdbcType="VARCHAR" property="warehouseCode" />
    <result column="locationCode" jdbcType="VARCHAR" property="locationCode" />
    <result column="intX" jdbcType="VARCHAR" property="intX" />
    <result column="intY" jdbcType="VARCHAR" property="intY" />
    <result column="createdBy" jdbcType="VARCHAR" property="createdBy" />
    <result column="created" jdbcType="TIMESTAMP" property="created" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, warehouseCode, locationCode, intX, intY, createdBy, created
  </sql>
</mapper>