You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-third-java/target/classes/mybatis/mapper/auth/AuthWarehouseDao.xml

25 lines
1.4 KiB
XML

<?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.glxp.mipsdl.dao.auth.AuthWarehouseDao">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.auth.AuthWarehouseEntity">
<!--@mbg.generated-->
<!--@Table auth_warehouse-->
<id column="id" jdbcType="VARCHAR" property="id" />
<result column="code" jdbcType="VARCHAR" property="code" />
<result column="name" jdbcType="VARCHAR" property="name" />
<result column="parentId" jdbcType="VARCHAR" property="parentId" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
<result column="defaultInv" jdbcType="TINYINT" property="defaultInv" />
<result column="thirdId" jdbcType="VARCHAR" property="thirdId" />
<result column="thirdId1" jdbcType="VARCHAR" property="thirdId1" />
<result column="thirdId2" jdbcType="VARCHAR" property="thirdId2" />
<result column="thirdId3" jdbcType="VARCHAR" property="thirdId3" />
<result column="thirdId4" jdbcType="VARCHAR" property="thirdId4" />
<result column="parentCode" jdbcType="VARCHAR" property="parentCode" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, code, `name`, parentId, remark, defaultInv, thirdId, thirdId1, thirdId2, thirdId3,
thirdId4, parentCode
</sql>
</mapper>