Administrator
2025-08-01 85e05f4a7c93fb4715e26b1b9ee04fab944abf15
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> {
}