自动化立体仓库 - WCS系统
*
lsh
2025-04-21 4375f7c1ccd8d6b7b3cfb4f641a3ce84b0907594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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.BasWrkStatusMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasWrkStatus">
        <id column="WRK_STS" property="wrkSts" />
        <result column="WRK_DESC" property="wrkDesc" />
        <result column="MODI_USER" property="modiUser" />
        <result column="MODI_TIME" property="modiTime" />
        <result column="APPE_USER" property="appeUser" />
        <result column="APPE_TIME" property="appeTime" />
 
    </resultMap>
 
</mapper>