puzhibing
2023-12-13 1772afb069b75871572c9c438bbd2bc403f864df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.goods.mapper.goods;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.api.domain.poji.goods.ShopGoods;
 
/**
 * <p>
 * 商户定制商品 Mapper 接口
 * </p>
 *
 * @author jqs
 * @since 2023-04-25
 */
public interface ShopGoodsMapper extends BaseMapper<ShopGoods> {
 
}