Administrator
2025-08-28 080d73694200c6c6e63b26fb21e125d927b026ca
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesType;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesTypeMapper extends BaseMapper<ClothesType> {
}