公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'div' of ssh://193.112.35.168:29418/fanli-server into div
yujian
2019-11-04
148af6b2f57be264c84d0991237fbd7ddea491a4
[fanli-server.git]
/
fanli
/
src
/
main
/
java
/
com
/
yeshi
/
fanli
/
dao
/
mybatis
/
shop
/
BanLiShopGoodsClassMapper.java
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.shop;
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.shop.BanLiShopGoodsClass;
public interface BanLiShopGoodsClassMapper extends BaseMapper<BanLiShopGoodsClass> {
}