<?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.shipment.shipmentPreference.mapper.ShipmentPreferenceMapper"> <resultMap id="BaseResultMap" type="com.huaheng.pc.shipment.shipmentPreference.domain.ShipmentPreference"> <!--@mbg.generated--> <id column="id" jdbcType="INTEGER" property="id" /> <result column="warehouseCode" jdbcType="VARCHAR" property="warehouseCode" /> <result column="code" jdbcType="VARCHAR" property="code" /> <result column="name" jdbcType="VARCHAR" property="name" /> <result column="shippingFlow" jdbcType="VARCHAR" property="shippingFlow" /> <result column="autoAssignLPN" jdbcType="INTEGER" property="autoAssignLPN" /> <result column="allowCross" jdbcType="INTEGER" property="allowCross" /> <result column="allowQcCheckResult" jdbcType="INTEGER" property="allowQcCheckResult" /> <result column="showInventoryQty" jdbcType="INTEGER" property="showInventoryQty" /> <result column="shipmentTypes" jdbcType="VARCHAR" property="shipmentTypes" /> <result column="groupPickup" jdbcType="INTEGER" property="groupPickup" /> <result column="manuallyBuildLPN" jdbcType="INTEGER" property="manuallyBuildLPN" /> <result column="ruleAssignment" jdbcType="VARCHAR" property="ruleAssignment" /> <result column="checkinByPiece" jdbcType="INTEGER" property="checkinByPiece" /> <result column="allowQuickPickup" jdbcType="INTEGER" property="allowQuickPickup" /> <result column="created" jdbcType="TIMESTAMP" property="created" /> <result column="createdBy" jdbcType="VARCHAR" property="createdBy" /> <result column="lastUpdated" jdbcType="TIMESTAMP" property="lastUpdated" /> <result column="lastUpdatedBy" jdbcType="VARCHAR" property="lastUpdatedBy" /> <result column="version" jdbcType="INTEGER" property="version" /> <result column="userDef1" jdbcType="VARCHAR" property="userDef1" /> <result column="userDef2" jdbcType="VARCHAR" property="userDef2" /> <result column="userDef3" jdbcType="VARCHAR" property="userDef3" /> <result column="userDef4" jdbcType="VARCHAR" property="userDef4" /> <result column="userDef5" jdbcType="VARCHAR" property="userDef5" /> <result column="userDef6" jdbcType="VARCHAR" property="userDef6" /> <result column="userDef7" jdbcType="VARCHAR" property="userDef7" /> <result column="userDef8" jdbcType="VARCHAR" property="userDef8" /> <result column="processStamp" jdbcType="VARCHAR" property="processStamp" /> </resultMap> <sql id="Base_Column_List"> <!--@mbg.generated--> id, warehouseCode, code, `name`, shippingFlow, autoAssignLPN, allowCross, allowQcCheckResult, showInventoryQty, shipmentTypes, groupPickup, manuallyBuildLPN, ruleAssignment, checkinByPiece, allowQuickPickup, created, createdBy, lastUpdated, lastUpdatedBy, version, userDef1, userDef2, userDef3, userDef4, userDef5, userDef6, userDef7, userDef8, processStamp </sql> </mapper>