Administrator
2026-01-26 9d5a44d908b57ece667432e91f468cd5767dd3b5
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.ClothesPatternRemark;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ClothesPatternRemarkMapper extends BaseMapper<ClothesPatternRemark> {
}