dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加事务注解并校验公司编码 - 在 xcxSaveInfo 方法上添加 @Transactional 注解 - 校验公司编码是...
Administrator
1 days ago
eea4def7d653d421b52903521e8121c9d9ab0986
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ClothesTypeMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ClothesType;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ClothesTypeMapper extends BaseMapper<ClothesType> {
}