added
test
This commit is contained in:
parent
980ffeca3e
commit
091d14c2fc
|
@ -16,5 +16,6 @@ public interface ProbeDAO extends JpaRepository<Probe, Long> {
|
||||||
// public List<Agent> findAgentListByMemberId(Member member);
|
// public List<Agent> findAgentListByMemberId(Member member);
|
||||||
|
|
||||||
Probe findByProbeKey(String probeKey);
|
Probe findByProbeKey(String probeKey);
|
||||||
|
|
||||||
List<Probe> findAllByDomain(Domain domain);
|
List<Probe> findAllByDomain(Domain domain);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user