Pu Zhibing
2025-06-23 af6456c60aa0d3cc931d3c85f652fa7e47d003e3
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> {
 
}