skyouc
2025-07-07 2a24c69b830d9dc97a8673f5f69418e9f95f3e1b
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
29
<?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.wms.asrs.mapper.ManPickSheetDetlMapper">
  <resultMap id="BaseResultMap" type="com.zy.asrs.wms.asrs.entity.PickSheetDetl">
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="pick_id" jdbcType="BIGINT" property="pickId" />
    <result column="mat_id" jdbcType="BIGINT" property="matId" />
    <result column="loc_id" jdbcType="BIGINT" property="locId" />
    <result column="maktx" jdbcType="VARCHAR" property="maktx" />
    <result column="matnr" jdbcType="VARCHAR" property="matnr" />
    <result column="batch" jdbcType="BIGINT" property="batch" />
    <result column="anfme" jdbcType="DECIMAL" property="anfme" />
    <result column="loc_no" jdbcType="VARCHAR" property="locNo" />
    <result column="barcode" jdbcType="VARCHAR" property="barcode" />
    <result column="created_time" jdbcType="TIMESTAMP" property="createdTime" />
    <result column="updated_time" jdbcType="TIMESTAMP" property="updatedTime" />
    <result column="host_id" jdbcType="BIGINT" property="hostId" />
    <result column="created_by" jdbcType="VARCHAR" property="createdBy" />
    <result column="updated_by" jdbcType="VARCHAR" property="updatedBy" />
    <result column="status" jdbcType="INTEGER" property="status" />
    <result column="deleted" jdbcType="INTEGER" property="deleted" />
  </resultMap>
  <sql id="Base_Column_List">
    id, pick_id, order_id, order_detl_id, mat_id, loc_id, maktx, matnr, batch, anfme, 
    loc_no, barcode, created_time, updated_time, host_id, created_by, updated_by, `status`, 
    deleted
  </sql>
 
</mapper>