dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 新增运费模板功能
KKSU
2024-11-26
c245fd8c67c75ebec392d52b29af7d532282a737
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
MallAddressWorldMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.MallAddressWorld;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface MallAddressWorldMapper extends BaseMapper<MallAddressWorld> {
}