自动化立体仓库 - WMS系统
1
zhang
2025-05-08 39d42cd68f79587f13e33bf9628926e7720c918b
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?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.nc.mapper.NccCgCgdhdWmsMapper">
 
    <resultMap id="BaseResultMap" type="com.zy.nc.entity.NccCgCgdhdWms">
            <id property="pkArriveorderB" column="PK_ARRIVEORDER_B" />
            <result property="pkArriveorder" column="PK_ARRIVEORDER" />
            <result property="kczz" column="KCZZ" />
            <result property="kczzbm" column="KCZZBM" />
            <result property="kczzmc" column="KCZZMC" />
            <result property="cgzz" column="CGZZ" />
            <result property="cgzzbm" column="CGZZBM" />
            <result property="cgzzmc" column="CGZZMC" />
            <result property="vbillcode" column="VBILLCODE" />
            <result property="dbilldate" column="DBILLDATE" />
            <result property="pkSupplier" column="PK_SUPPLIER" />
            <result property="gysbm" column="GYSBM" />
            <result property="gysmc" column="GYSMC" />
            <result property="ywlc" column="YWLC" />
            <result property="dhlxbm" column="DHLXBM" />
            <result property="ysfs" column="YSFS" />
            <result property="shrbm" column="SHRBM" />
            <result property="shrmc" column="SHRMC" />
            <result property="cgbm" column="CGBM" />
            <result property="cgmc" column="CGMC" />
            <result property="fbillstatus" column="FBILLSTATUS" />
            <result property="vmemo" column="VMEMO" />
            <result property="wlbm" column="WLBM" />
            <result property="wlmc" column="WLMC" />
            <result property="nnum" column="NNUM" />
            <result property="nastnum" column="NASTNUM" />
            <result property="ydzsl" column="YDZSL" />
            <result property="ydsl" column="YDSL" />
            <result property="hts" column="HTS" />
            <result property="bts" column="BTS" />
    </resultMap>
 
    <sql id="Base_Column_List">
        PK_ARRIVEORDER_B,PK_ARRIVEORDER,KCZZ,KCZZBM,KCZZMC,CGZZ,
        CGZZBM,CGZZMC,VBILLCODE,DBILLDATE,PK_SUPPLIER,
        GYSBM,GYSMC,YWLC,DHLXBM,YSFS,
        SHRBM,SHRMC,CGBM,CGMC,FBILLSTATUS,
        VMEMO,WLBM,WLMC,NNUM,NASTNUM,
        YDZSL,YDSL,HTS,BTS
    </sql>
</mapper>