LackMatMapper.xml
1017 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.LackMat.mapper.LackMatMapper">
<resultMap id="BaseResultMap" type="com.huaheng.pc.config.LackMat.domain.LackMat">
<!--@mbg.generated-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="aufnr" jdbcType="VARCHAR" property="aufnr" />
<result column="charg" jdbcType="VARCHAR" property="charg" />
<result column="menge" jdbcType="VARCHAR" property="menge" />
<result column="status" jdbcType="INTEGER" property="status" />
<result column="created" jdbcType="TIMESTAMP" property="created" />
<result column="createdBy" jdbcType="VARCHAR" property="createdBy" />
<result column="version" jdbcType="INTEGER" property="version" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, aufnr,charg,menge,status,created,createdBy, version
</sql>
</mapper>