dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
style(ai): 优化产品问题AI生成页面的加载提示样式
Administrator
7 days ago
6011c6cb62d37bd8addd5ddc939f7bd244350297
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ClothesLocationMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ClothesLocation;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ClothesLocationMapper extends BaseMapper<ClothesLocation> {
}