dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 在 MallMember 实体中添加 companyId 字段
Administrator
1 days ago
c9d1f26bc076c702ccc59638afdfc71dd41bcc0d
[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> {
}