Administrator
2025-07-21 0b80f415c2ab98d545f246d2c8adb4c40c0f55d6
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> {
}