Administrator
2 days ago 39dc91a2cd323c8c211000dfb357cf9cb5907687
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesSize;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesSizeMapper extends BaseMapper<ClothesSize> {
}