dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall
xiaoyong931011
2021-09-22
d8c97392354a6b6d14efbdd4a73ee0148609bef8
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
MallOrderItemMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.MallOrderItem;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface MallOrderItemMapper extends BaseMapper<MallOrderItem> {
}