Administrator
4 days ago 70df380f5213aa2803c6e616d355a736fd572935
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> {
}