Administrator
2025-08-19 0af9b82c1fda4a7b28f2de41d42abe0824bc303c
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> {
}