Administrator
2025-07-03 ba11b8586b1f3a6b072d787719083a792e1d1671
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesType;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesTypeMapper extends BaseMapper<ClothesType> {
}