ShipmentPreferenceMapper.xml
2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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.shipmentPreference.mapper.ShipmentPreferenceMapper">
<resultMap id="BaseResultMap" type="com.huaheng.pc.config.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="shipmentPickingRule" jdbcType="VARCHAR" property="shipmentPickingRule" />
<result column="shipmentPickingLocRange" jdbcType="VARCHAR" property="shipmentPickingLocRange" />
<result column="allocationRule" jdbcType="VARCHAR" property="allocationRule" />
<result column="autoAssignLPN" jdbcType="BIT" property="autoAssignLPN" />
<result column="allowCross" jdbcType="BIT" property="allowCross" />
<result column="allowQcCheckResult" jdbcType="BIT" property="allowQcCheckResult" />
<result column="showInventoryQty" jdbcType="BIT" property="showInventoryQty" />
<result column="groupPickup" jdbcType="BIT" property="groupPickup" />
<result column="manuallyBuildLPN" jdbcType="BIT" property="manuallyBuildLPN" />
<result column="checkinByPiece" jdbcType="BIT" property="checkinByPiece" />
<result column="allowQuickPickup" jdbcType="BIT" 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="processStamp" jdbcType="VARCHAR" property="processStamp" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, warehouseCode, code, `name`, shippingFlow, autoAssignLPN, allowCross, allowQcCheckResult,
showInventoryQty, groupPickup, manuallyBuildLPN, ruleAssignment, checkinByPiece,
allowQuickPickup, created, createdBy, lastUpdated, lastUpdatedBy, version, userDef1,
userDef2, userDef3, userDef4, userDef5, userDef6, userDef7, userDef8, processStamp
</sql>
</mapper>