CscLocationMapper.xml 969 Bytes
<?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.pc.config.location.mapper.CscLocationMapper">
  <resultMap id="BaseResultMap" type="com.huaheng.pc.config.location.domain.CscLocation">
    <!--@mbg.generated-->
    <result column="id" jdbcType="INTEGER" property="id" />
    <result column="locationCode" jdbcType="VARCHAR" property="locationCode" />
    <result column="containerCode" jdbcType="VARCHAR" property="containerCode" />
    <result column="characteristic" jdbcType="VARCHAR" property="characteristic" />
    <result column="x" jdbcType="INTEGER" property="x" />
    <result column="y" jdbcType="INTEGER" property="y" />
    <result column="z" jdbcType="INTEGER" property="z" />

  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
      id,locationCode,containerCode, x,y,z,characteristic
  </sql>

</mapper>