dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(yinhe): 添加智能体相关查询的日志记录
Administrator
7 days ago
565a6c8861aa436ceeb7bcbebb2352addd89b02a
[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> {
}