txw/txw-mhzc/txw-mhzc-service-biz/src/main/resources/mapper/TxwMhzcQyxxbMapper.xml
liulujian f2a06ede84 新增后端业务模块:mhzc/tzzx/ytzx/yygl
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 13:46:50 +08:00

29 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.css.txw.mhzc.mapper.TxwMhzcQyxxbMapper">
<resultMap id="BaseResultMap" type="com.css.txw.mhzc.pojo.domain.TxwMhzcQyxxbDO">
<id property="qyuuid" column="qyuuid" jdbcType="VARCHAR"/>
<result property="qymc" column="qymc" jdbcType="VARCHAR"/>
<result property="nsrsbh" column="nsrsbh" jdbcType="VARCHAR"/>
<result property="gxdtrzbz" column="gxdtrzbz" jdbcType="CHAR"/>
<result property="ywqdDm" column="ywqd_dm" jdbcType="VARCHAR"/>
<result property="lrrq" column="lrrq" jdbcType="TIMESTAMP"/>
<result property="xgrq" column="xgrq" jdbcType="TIMESTAMP"/>
<result property="sjcsdq" column="sjcsdq" jdbcType="CHAR"/>
<result property="sjgsdq" column="sjgsdq" jdbcType="CHAR"/>
<result property="xgrsfid" column="xgrsfid" jdbcType="VARCHAR"/>
<result property="lrrsfid" column="lrrsfid" jdbcType="VARCHAR"/>
<result property="sjtbSj" column="sjtb_sj" jdbcType="TIMESTAMP"/>
</resultMap>
<sql id="Base_Column_List">
qyuuid,qymc,nsrsbh,
gxdtrzbz,ywqd_dm,lrrq,
xgrq,sjcsdq,sjgsdq,
xgrsfid,lrrsfid,sjtb_sj
</sql>
</mapper>