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