Administrator
2025-08-20 de8b3cf7a9b22be7abcb544a53dcea7f1b340760
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesLocation;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesLocationMapper extends BaseMapper<ClothesLocation> {
}