dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加衣服分类相关功能
Administrator
2025-07-01
fd0efdcc064a63bd5e993f94a5545aedbfc72b6e
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ClothesClothMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ClothesCloth;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ClothesClothMapper extends BaseMapper<ClothesCloth> {
}