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