package cc.mrbird.febs.mall.mapper; import cc.mrbird.febs.mall.entity.ClothesSocialComment; import com.baomidou.mybatisplus.core.mapper.BaseMapper; public interface ClothesSocialCommentMapper extends BaseMapper { }