自动化立体仓库 - WMS系统
#
zjj
2025-07-30 9e41f52d74f8e71ea80ad28a67a9163661e10d00
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.ErpReceivingMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.ErpReceiving">
        <id column="id" property="id" />
        <result column="produce_no" property="produceNo" />
        <result column="job_no" property="jobNo" />
        <result column="matnr" property="matnr" />
        <result column="name" property="name" />
        <result column="specs" property="specs" />
        <result column="workshop" property="workshop" />
        <result column="anfme" property="anfme" />
        <result column="start_time" property="startTime" />
        <result column="end_time" property="endTime" />
        <result column="sync" property="sync" />
        <result column="matnr_return" property="matnrReturn" />
 
    </resultMap>
 
</mapper>