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