自动化立体仓库 - WCS系统
*
lsh
2025-04-21 787ac0c93db67a3ead8e8dd306ad631ac8dd8a56
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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.RowLastnoMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.RowLastno">
        <id column="WHS_TYPE" property="whsType" />
        <result column="WRK_MK" property="wrkMk" />
        <result column="CURRENT_ROW" property="currentRow" />
        <result column="S_ROW" property="sRow" />
        <result column="E_ROW" property="eRow" />
        <result column="CRN_QTY" property="crnQty" />
        <result column="MEMO" property="memo" />
        <result column="APPE_USER" property="appeUser" />
        <result column="APPE_TIME" property="appeTime" />
        <result column="MODI_USER" property="modiUser" />
        <result column="MODI_TIME" property="modiTime" />
        <result column="LIMINT_LOC" property="limintLoc" />
 
    </resultMap>
 
</mapper>