Hellohao图床6-12更新

This commit is contained in:
Hellohao
2019-06-12 17:37:33 +08:00
parent 12f29cd2a1
commit 4b9fa244cd
225 changed files with 31394 additions and 14039 deletions
@@ -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);
}