Administrator
2026-03-18 7145a90e2ea4f8f8b7d3ebf30da40b855df2a430
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> {
}