mitao
2024-04-08 ba421d977e745d18a6264353c739bcaaf44c40d6
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.TbDataScreenConfig;
 
/**
 * <p>
 * 大屏数据配置表 服务类
 * </p>
 *
 * @author mitao
 * @since 2024-03-13
 */
public interface TbDataScreenConfigService extends IService<TbDataScreenConfig> {
 
}