mitao
2024-05-15 bdb42a12e203372fa18f7e50c8f7b43597532fdc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.sinata.modular.system.service;
 
import com.sinata.modular.system.model.TSystemSet;
import com.baomidou.mybatisplus.service.IService;
 
/**
 * <p>
 * 系统参数设置 服务类
 * </p>
 *
 * @author stylefeng
 * @since 2018-10-11
 */
public interface ITSystemSetService extends IService<TSystemSet> {
 
}