jiaqingjiayi-houduan/project/jiaqingjiayi/target/classes/mapper/CollectMapper.xml
2025-02-25 14:47:45 +08:00

17 lines
627 B
XML

<?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.cj.jiaqingjiayi.mapper.CollectMapper">
<resultMap id="BaseResultMap" type="com.cj.jiaqingjiayi.model.domain.Collect">
<id property="id" column="id" jdbcType="BIGINT"/>
<result property="userId" column="userId" jdbcType="BIGINT"/>
<result property="businessId" column="businessId" jdbcType="BIGINT"/>
</resultMap>
<sql id="Base_Column_List">
id,userId,businessId
</sql>
</mapper>