1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?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.peanut.modules.book.dao.ShopSeckillDao">
|
||||
<mapper namespace="com.peanut.modules.common.dao.ShopSeckillDao">
|
||||
|
||||
<!-- 可根据自己的需求,是否要使用 -->
|
||||
<resultMap type="com.peanut.modules.book.entity.ShopSeckillEntity" id="shopSeckillMap">
|
||||
<resultMap type="com.peanut.modules.common.entity.ShopSeckillEntity" id="shopSeckillMap">
|
||||
<result property="seckillId" column="seckill_id"/>
|
||||
<result property="nam" column="nam"/>
|
||||
<result property="startTime" column="start_time"/>
|
||||
|
||||
Reference in New Issue
Block a user