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