U8InventoryMapper.xml 1.18 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.U8InventoryMapper">
    <resultMap id="BaseResultMap" type="com.huaheng.pc.U8.domain.U8Inventory">
        <result column="code" jdbcType="VARCHAR" property="code" />
        <result column="addCode" jdbcType="VARCHAR" property="addCode" />
        <result column="name" jdbcType="VARCHAR" property="name" />
        <result column="spec" jdbcType="VARCHAR" property="spec" />
        <result column="unit" jdbcType="VARCHAR" property="unit" />
        <result column="unitName" jdbcType="VARCHAR" property="unitName" />
        <result column="type" jdbcType="VARCHAR" property="type" />
        <result column="cName" jdbcType="VARCHAR" property="cName" />
        <result column="U8Name" jdbcType="VARCHAR" property="U8Name" />
        <result column="U8Warehouse" jdbcType="VARCHAR" property="U8Warehouse" />
        <result column="maintenanceDate" jdbcType="TIMESTAMP" property="maintenanceDate" />
        <result column="cInvDefine11" jdbcType="INTEGER" property="packingQty" />
    </resultMap>
</mapper>