Administrator
2025-09-22 91602210af56c0febbdabf455a591cdf1283cdc7
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> {
}