Administrator
2025-07-31 2bfe033e2fd8f3d8ee9e99f43df977e661fcbda8
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> {
}