기본 골격
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user