xuhy
2024-12-13 b5bab032e80f0233fdf06a4e8de2599bc6b65e47
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.TConsultation;
 
/**
 * <p>
 * 咨询列表 服务类
 * </p>
 *
 * @author luodangjia
 * @since 2024-09-19
 */
public interface TConsultationService extends IService<TConsultation> {
 
}