dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add mall_goods
Helius
2021-09-17
05ea74c93f1f92dcbc7b0f1d4fc0659e1c710687
[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> {
}