Commit 1281dfb470a4e98782dd86634b97a68387233e43
1 parent
143bc50d
测试分支1
Showing
1 changed file
with
13 additions
and
0 deletions
src/main/resources/mapper/ShyActivityMapper.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | |
| 3 | +<mapper namespace="com.cnlive.shenhe.mapper.ShyActivityMapper"> | |
| 4 | + <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyActivity"> | |
| 5 | + <!-- | |
| 6 | + WARNING - @mbg.generated | |
| 7 | + --> | |
| 8 | + <id column="id" jdbcType="INTEGER" property="id" /> | |
| 9 | + <result column="activity" jdbcType="VARCHAR" property="activity" /> | |
| 10 | + <result column="createTime" jdbcType="TIMESTAMP" property="createTime" /> | |
| 11 | + <result column="updateTime" jdbcType="TIMESTAMP" property="updateTime" /> | |
| 12 | + </resultMap> | |
| 13 | +</mapper> | |
| 0 | 14 | \ No newline at end of file | ... | ... |