All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.mingsoft.comment.dao.ICommentsSummaryDao.xml Maven / Gradle / Ivy

The newest version!
<?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="net.mingsoft.comment.dao.ICommentsSummaryDao">

	<resultMap id="resultMap" type="net.mingsoft.comment.entity.CommentsSummaryEntity">
				<id column="id" property="id" /><!--编号 -->
				<result column="COMMENTS_COUNT" property="commentsCount" /><!--评论数 -->
				<result column="DATA_TYPE" property="dataType" /><!--业务类型 -->
				<result column="DATA_ID" property="dataId" /><!--文章、商品 id -->
	</resultMap>


</mapper>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy