Administrator
2025-08-19 7804a7fa8eff2d3086eb32bb7a2fadb9fdcb36ab
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesCloth;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesClothMapper extends BaseMapper<ClothesCloth> {
}