jiangqs
2023-09-04 c97706c3cc213b7db3d381e8a0435ff0ef9a04d6
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> {
 
}