peng
2025-09-19 fa71b7aa27b81d6dde8e870da34f9b64d685df4b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.lili.modules.goods.mapper;
 
 
import cn.lili.modules.goods.entity.dos.Specification;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 规格数据处理层
 *
 * @author pikachu
 * @since 2020-02-18 15:18:56
 */
public interface SpecificationMapper extends BaseMapper<Specification> {
 
}