自动化立体仓库 - WMS系统
#
lty
1 天以前 7c1b786bbac066decb40ffa2fda8d752efd91f32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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.ErpOrderMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.ErpOrder">
        <id column="id" property="id" />
        <result column="order_no" property="orderNo" />
        <result column="order_type" property="orderType" />
        <result column="wk_type" property="wkType" />
        <result column="business_time" property="businessTime" />
        <result column="create_time" property="createTime" />
        <result column="warehouse_id" property="warehouseId" />
        <result column="operate_type" property="operateType" />
        <result column="send_status" property="sendStatus" />
 
    </resultMap>
 
</mapper>