mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:art:修改系统配置表数据结构,添加数据库连接检测
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package cn.hellohao.service;
|
||||
|
||||
import cn.hellohao.pojo.Confdata;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
public interface ConfdataService {
|
||||
Confdata selectConfdata(String key);
|
||||
Integer updateConfdata(Confdata confdata);
|
||||
}
|
||||
Reference in New Issue
Block a user