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/thrsys/ThrDeptDao.xml

25 lines
1.3 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.thrsys.ThrDeptDao">
<resultMap id="BaseResultMap" type="com.glxp.mipsdl.entity.thrsys.ThrDeptEntity">
<!--@mbg.generated-->
<!--@Table thr_dept-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="pId" jdbcType="INTEGER" property="pId" />
<result column="code" jdbcType="VARCHAR" property="code" />
<result column="name" jdbcType="VARCHAR" property="name" />
<result column="advanceType" jdbcType="VARCHAR" property="advanceType" />
<result column="isDefault" jdbcType="TINYINT" property="isDefault" />
<result column="status" jdbcType="TINYINT" property="status" />
<result column="updateTime" jdbcType="TIMESTAMP" property="updateTime" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
<result column="level" jdbcType="TINYINT" property="level" />
<result column="pcode" jdbcType="VARCHAR" property="pcode" />
<result column="thirdSysFk" jdbcType="VARCHAR" property="thirdSysFk" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, pId, code, `name`, advanceType, isDefault, `status`, updateTime, remark, `level`,
pcode, thirdSysFk
</sql>
</mapper>