Administrator
2025-08-20 8b47d2d9d4a9f84755d9e7969399e885e3c59a9b
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> {
}