Administrator
2025-07-21 f13f64d20394f50671f72f62cedad615b834df6d
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> {
}