peng
2 天以前 b2a68b1eaa6db1c1456534e084d66fe98e4443f0
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.lili.modules.goods.mapper;
 
import cn.lili.modules.goods.entity.dos.StoreGoodsLabel;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 店铺商品分类数据处理层
 *
 * @author pikachu
 * @since 2020-03-07 09:18:56
 */
public interface StoreGoodsLabelMapper extends BaseMapper<StoreGoodsLabel> {
}