Administrator
2025-08-29 db2da91e24857776d96422d97028aec7cfb81254
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> {
}