自动化立体仓库 - 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
<?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.NccJcWlflWmsMapper">
 
    <resultMap id="BaseResultMap" type="com.zy.nc.entity.NccJcWlflWms">
            <id property="pkMarbasclass" column="PK_MARBASCLASS" />
            <result property="code" column="CODE" />
            <result property="name" column="NAME" />
            <result property="sjflbm" column="SJFLBM" />
            <result property="sjflmc" column="SJFLMC" />
            <result property="wljbfl" column="WLJBFL" />
            <result property="code1" column="CODE1" />
    </resultMap>
 
    <sql id="Base_Column_List">
        PK_MARBASCLASS,CODE,NAME,SJFLBM,SJFLMC,WLJBFL,
        CODE1
    </sql>
</mapper>