Administrator
2025-07-09 44aa87717297bb4fca4bb83ba631646a87749174
1
2
3
4
5
6
7
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<ClothesSocialComment> {
}