Administrator
2 days ago 248f8116f4ef74f63429c54915498eba6634bb61
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> {
}