U8ReceiptDetailMapper.xml 1.14 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.pc.U8.mapper.U8ReceiptDetailMapper">
    <resultMap id="BaseResultMap" type="com.huaheng.pc.U8.domain.U8ReceiptDetail">
        <id column="id" jdbcType="INTEGER" property="id" />
        <result column="autoId" jdbcType="VARCHAR" property="autoId" />
        <result column="referCode" jdbcType="VARCHAR" property="referCode" />
        <result column="referId" jdbcType="VARCHAR" property="referId" />
        <result column="materialCode" jdbcType="VARCHAR" property="materialCode" />
        <result column="referLineNum" jdbcType="VARCHAR" property="referLineNum" />
        <result column="materialName" jdbcType="VARCHAR" property="materialName" />
        <result column="materialSpec" jdbcType="VARCHAR" property="materialSpec" />
        <result column="materialUnit" jdbcType="VARCHAR" property="materialUnit" />
        <result column="cWhCode" jdbcType="VARCHAR" property="cWhCode" />
        <result column="qty" jdbcType="VARCHAR" property="qty" />
    </resultMap>
</mapper>