Administrator
2025-09-01 22a3879dcb502e34b287675a2dac27dded499371
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesSize;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesSizeMapper extends BaseMapper<ClothesSize> {
}