Administrator
8 days ago f9e40800aa15abd4cfd2799f334b015e6f13629c
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> {
}