自动化立体仓库 - WMS系统
ZY
2025-05-08 ae435b36b998f81fbbecb028d654aec814ee3257
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
<?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.NccJcRyWmsMapper">
 
    <resultMap id="BaseResultMap" type="com.zy.nc.entity.NccJcRyWms">
            <result property="pkPsndoc" column="PK_PSNDOC" />
            <result property="qyzt" column="QYZT" />
            <result property="rybm" column="RYBM" />
            <result property="rymc" column="RYMC" />
            <result property="pkOrg" column="PK_ORG" />
            <result property="sszzbm" column="SSZZBM" />
            <result property="sszzmc" column="SSZZMC" />
            <result property="pkDept" column="PK_DEPT" />
            <result property="ssbmbm" column="SSBMBM" />
            <result property="ssbmmc" column="SSBMMC" />
            <result property="sssyb" column="SSSYB" />
            <result property="wmsFlag" column="wms_flag" />
    </resultMap>
 
    <sql id="Base_Column_List">
        PK_PSNDOC,QYZT,RYBM,RYMC,PK_ORG,SSZZBM,
        SSZZMC,PK_DEPT,SSBMBM,SSBMMC,SSSYB,
        wms_flag
    </sql>
</mapper>