dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(ai): 新增开始答题V2 接口
Administrator
2025-08-20
de8b3cf7a9b22be7abcb544a53dcea7f1b340760
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ClothesSizeMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ClothesSize;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ClothesSizeMapper extends BaseMapper<ClothesSize> {
}