自动化立体仓库 - WCS系统
*
lsh
2025-04-21 4375f7c1ccd8d6b7b3cfb4f641a3ce84b0907594
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
<?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.zy.asrs.mapper.BasRgvOptMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasRgvOpt">
        <result column="ID" property="id" />
        <result column="WRK_NO1" property="wrkNo1" />
        <result column="WRK_NO2" property="wrkNo2" />
        <result column="RGV_NO" property="rgvNo" />
        <result column="SEND_TIME" property="sendTime" />
        <result column="MODE" property="mode" />
        <result column="SOURCE_ROW" property="sourceRow" />
        <result column="SOURCE_BAY" property="sourceBay" />
        <result column="SOURCE_LEV" property="sourceLev" />
        <result column="SOURCE_STA" property="sourceSta" />
        <result column="POS_ROW" property="posRow" />
        <result column="POS_BAY" property="posBay" />
        <result column="POS_LEV" property="posLev" />
        <result column="POS_STA" property="posSta" />
        <result column="RESPONSE" property="response" />
        <result column="UPDATE_TIME" property="updateTime" />
        <result column="UPDATE_BY" property="updateBy" />
        <result column="MEMO" property="memo" />
 
    </resultMap>
 
</mapper>