Administrator
2025-07-22 317bb4aefb93d4e3797b8a3fd1ac9e82665beb48
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesPattern;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesPatternMapper extends BaseMapper<ClothesPattern> {
}