表合并

This commit is contained in:
517612449@qq.com
2022-07-13 13:46:32 +08:00
parent adc7847af8
commit da0e440379
2 changed files with 0 additions and 36 deletions

View File

@ -1,19 +0,0 @@
<!--<?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.chinaunicom.mall.ebtp.extend.partyMemberEvent.dao.EventSubjectMapper">-->
<!-- <resultMap id="BaseResultMap"-->
<!-- type="com.chinaunicom.mall.ebtp.extend.partyMemberEvent.entity.EventSubject">-->
<!-- <result column="id" jdbcType="BIGINT" property="id"/>-->
<!-- <result column="title" jdbcType="VARCHAR" property="title"/>-->
<!-- <result column="category" jdbcType="VARCHAR" property="category"/>-->
<!-- <result column="content" jdbcType="VARCHAR" property="content"/>-->
<!-- <result column="image" jdbcType="VARCHAR" property="image"/>-->
<!-- <result column="sort" jdbcType="INTEGER" property="sort"/>-->
<!-- <result column="status" jdbcType="VARCHAR" property="status"/>-->
<!-- <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>-->
<!-- <result column="send_time" jdbcType="TIMESTAMP" property="sendTime"/>-->
<!-- </resultMap>-->
<!--</mapper>-->

View File

@ -1,17 +0,0 @@
<!--<?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.chinaunicom.mall.ebtp.extend.partyMemberEvent.dao.EventSubjectTimeMapper">-->
<!-- <resultMap id="BaseResultMap"-->
<!-- type="com.chinaunicom.mall.ebtp.extend.partyMemberEvent.entity.EventSubjectTime">-->
<!-- <result column="id" jdbcType="BIGINT" property="id"/>-->
<!-- <result column="subject_id" jdbcType="VARCHAR" property="subjectId"/>-->
<!-- <result column="milestone" jdbcType="VARCHAR" property="milestone"/>-->
<!-- <result column="milestone_time" jdbcType="TIMESTAMP" property="milestoneTime"/>-->
<!-- <result column="milestone_target" jdbcType="VARCHAR" property="milestoneTarget"/>-->
<!-- <result column="sort" jdbcType="INTEGER" property="sort"/>-->
<!-- <result column="status" jdbcType="VARCHAR" property="status"/>-->
<!-- </resultMap>-->
<!--</mapper>-->