无关风月
2025-01-01 ca070436770f715572405880cfe548c02f639c73
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.TInformationClass;
 
/**
 * <p>
 * 咨询分类 服务类
 * </p>
 *
 * @author luodangjia
 * @since 2024-09-20
 */
public interface TInformationClassService extends IService<TInformationClass> {
 
}