公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
消息相关修改
admin
2019-01-18
0ec80d1281c95fba831092755bf07124f798ede4
[fanli-server.git]
/
fanli
/
src
/
main
/
java
/
com
/
yeshi
/
fanli
/
dao
/
mybatis
/
goods
/
RecommendUserGoodsMapMapper.java
1
2
3
4
5
6
7
8
9
package com.yeshi.fanli.dao.mybatis.goods;
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.goods.RecommendUserGoodsMap;
public interface RecommendUserGoodsMapMapper extends BaseMapper<RecommendUserGoodsMap>{
}