U8StockTransfeMapper.xml
627 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.U8.mapper.U8StockTransfeMapper">
<resultMap id="BaseResultMap" type="com.huaheng.pc.U8.domain.U8StockTransfe">
<result column="ctvcode" jdbcType="VARCHAR" property="code" />
<result column="dTVDate" jdbcType="TIMESTAMP" property="createTime" />
<result column="cinvcode" jdbcType="VARCHAR" property="materialCode" />
<result column="iTVQuantity" jdbcType="VARCHAR" property="qty" />
</resultMap>
</mapper>