dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(product): 添加 AI 题目配置功能
Administrator
2025-08-04
1393dfcf5b8b67180a776ab8591ca90996054da5
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ClothesArtMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ClothesArt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ClothesArtMapper extends BaseMapper<ClothesArt> {
}