自动化立体仓库 - 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
<?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" />
    </resultMap>
 
    <sql id="Base_Column_List">
        PK_PSNDOC,QYZT,RYBM,RYMC,PK_ORG,SSZZBM,
        SSZZMC,PK_DEPT,SSBMBM,SSBMMC,SSSYB
    </sql>
</mapper>