dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(rabbitmq): 更新消息队列路由配置
Administrator
21 hours ago
0c28a4d4a60075cb6ba58347b5e57cb17f98d79d
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ClothesLocationRemarkMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ClothesLocationRemark;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ClothesLocationRemarkMapper extends BaseMapper<ClothesLocationRemark> {
}