기본 골격

This commit is contained in:
현성필
2023-05-08 10:16:00 +09:00
parent 169ba6448c
commit 2412d289c3
606 changed files with 214162 additions and 114780 deletions
@@ -0,0 +1,10 @@
package com.eactive.httpmockserver.common.search;
import org.springframework.data.jpa.domain.Specification;
import java.io.Serializable;
public interface SearchModel extends Serializable {
Specification getSpecification();
}