dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add findMallGoodsList
Helius
2021-09-17
1e9b91c0741c9b3005d523ca816d91622bf9759a
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
MallGoodsStyleMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.MallGoodsStyle;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface MallGoodsStyleMapper extends BaseMapper<MallGoodsStyle> {
}