17 lines
635 B
XML
17 lines
635 B
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.css.txw.mhzc.mapper.TxwMhzcYhqygxbMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.css.txw.mhzc.pojo.domain.TxwMhzcYhqygxbDO">
|
|
<id property="uuid" column="uuid" jdbcType="VARCHAR"/>
|
|
<result property="yhUuid" column="yh_uuid" jdbcType="VARCHAR"/>
|
|
<result property="qyuuid" column="qyuuid" jdbcType="VARCHAR"/>
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
uuid,yh_uuid,qyuuid
|
|
</sql>
|
|
</mapper>
|