Administrator
yesterday 99aedd1d0d9c8ab7b0369c0d8d7be551319eacb9
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> {
}