Administrator
2025-07-22 87b793dc328b8cd4a6263acc45bc7dcfdacf04d1
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> {
}