Administrator
2025-07-10 aae9a494f83882a004311d3bb95b1eb081f38f02
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> {
}