mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
Hellohao图床6-12更新
This commit is contained in:
@@ -4,11 +4,10 @@ package cn.hellohao.service;
|
||||
import cn.hellohao.pojo.Keys;
|
||||
|
||||
public interface KeysService {
|
||||
//查询密钥
|
||||
Keys selectKeys(Integer storageType);
|
||||
//查询key类型
|
||||
Integer selectKeysType();
|
||||
//修改key
|
||||
Integer updateKey(Keys key);
|
||||
//查询密钥
|
||||
Keys selectKeys(Integer storageType);
|
||||
|
||||
//修改key
|
||||
Integer updateKey(Keys key);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user