| | |
| | | <mapper namespace="com.sandu.ximon.dao.mapper.BannerMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.Banner"> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="bannerUrl" column="banner_url" jdbcType="VARCHAR"/> |
| | | <result property="author" column="author" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="bannerUrl" column="banner_url" jdbcType="VARCHAR"/> |
| | | <result property="bindingAuthor" column="binding_author" jdbcType="VARCHAR"/> |
| | | <result property="author" column="author" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | </mapper> |