mitao
2024-07-08 022a7ff7abf82cd2546e18071ade5228b4e2339f
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> {
 
}