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

net.mingsoft.mdiy.dao.IConfigDao Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
/**
 * Copyright (c) 2012-present 铭软科技(mingsoft.net)
 * 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
 * 遵循 铭软科技《服务协议》中的《保密条款》
 */




package net.mingsoft.mdiy.dao;

import net.mingsoft.base.dao.IBaseDao;
import net.mingsoft.mdiy.entity.ConfigEntity;
import org.springframework.stereotype.Component;

/**
 * 自定义配置持久层
 * @author 铭飞科技
 * 创建日期:2020-5-28 15:12:02
* 历史修订:
*/ @Component("mdiyCoConfigDao") public interface IConfigDao extends IBaseDao { ConfigEntity getByConfigName(String configName); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy