All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zznote.basecommon.service.TConfigService Maven / Gradle / Ivy

The newest version!
package com.zznote.basecommon.service;

import com.baomidou.mybatisplus.extension.service.IService;
import com.zznote.basecommon.entity.system.TConfig;

/**
 * 服务层
 * @Author: zhangzhen
 * @Date: create in 2022/4/19 2:42 下午
 */
public interface TConfigService extends IService {

    /**
     * 根据键名查询参数配置信息
     *
     * @param configKey 参数键名
     * @return 参数键值
     */
    String selectConfigByKey(String configKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy