Administrator
2025-09-02 ddf31ac4e871f442dfcc7ce1543f18159bc52077
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> {
}