xuhy
2024-09-27 d0f8732a1e4c275301b53c49ee8f00727651491e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.system.domain.TGoodsType;
 
/**
 * <p>
 * 商品分类 服务类
 * </p>
 *
 * @author xiaochen
 * @since 2024-08-14
 */
public interface TGoodsTypeService extends IService<TGoodsType> {
 
}