| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.gkhy.safePlatform.emergency.repository.DemoInfoRepository"> |
| | | |
| | | <resultMap type="DemoInfoDo" id="DemoInfoDoResult"> |
| | | <result property="eventId" column="event_id" /> |
| | | <resultMap type="com.gkhy.safePlatform.emergency.entity.DemoInfo" id="DemoInfoResult"> |
| | | <id column="id" property="id" jdbcType="BIGINT"/> |
| | | <result column="name" property="name" jdbcType="VARCHAR"/> |
| | | <result column="gmt_create" property="gmtCreate" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | |