Administrator
1 days ago 822de44fb84678ec4097e1ecb34adf944dffd1c2
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> {
}