Administrator
yesterday 7aec9e836c4a81e111c3721f8f40a850b708a102
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesSocialCategory;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesSocialCategoryMapper extends BaseMapper<ClothesSocialCategory> {
}