huanghongfa
2021-04-16 ff37f2fed3c479e5c664e5bff0834e37f400eceb
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.panzhihua.service_community.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.service_community.model.dos.ComShopGoodsDO;
 
/**
 * @auther lyq
 * @create 2021-04-14 15:02:35
 * @describe 商品表服务类
 */
public interface ComShopGoodsService extends IService<ComShopGoodsDO> {
 
}