dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(ai): 重构答题功能并优化数据结构
Administrator
2025-08-20
2d25a2d1770a6ef643df077c8f8bfd350e78d4f7
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ClothesTypeSizeMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ClothesTypeSize;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ClothesTypeSizeMapper extends BaseMapper<ClothesTypeSize> {
}