Administrator
1 days ago db43ef4bc6d068cdbcf3052871dd18c57dc4fcb7
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> {
}