Administrator
22 hours ago 438b5375d320af6d18f3f34cb26b803200e1ca81
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> {
}