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
55ac80ab92283b12667171e70e781e984c8552ea
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
unisoftiot
/
api
/
mapper
/
ProductMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.unisoftiot.api.mapper;
import cc.mrbird.febs.unisoftiot.api.entity.Product;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ProductMapper extends BaseMapper<Product> {
}