MCPcopy Create free account
hub / github.com/Hello-hao/Tbed / selectKeys

Method selectKeys

src/main/java/cn/hellohao/dao/KeysMapper.java:12–12  ·  view source on GitHub ↗
(@Param("id") Integer id)

Source from the content-addressed store, hash-verified

10@Mapper
11public interface KeysMapper {
12 Keys selectKeys(@Param("id") Integer id);
13 List<Keys> getStorageName();
14 List<Keys> getStorage();
15 Integer updateKey(Keys key);

Callers 3

LoadInfoMethod · 0.65
getselectkeyMethod · 0.65
taskMethod · 0.65

Implementers 1

KeysServiceImplsrc/main/java/cn/hellohao/service/impl

Calls

no outgoing calls

Tested by

no test coverage detected