検索オブジェクト作成 WIP

This commit is contained in:
r-ca 2024-01-13 14:07:03 +09:00
parent 1090e1bf74
commit 9725c1a07c
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,6 @@
package one.nem.lacerta.data;
public interface LacertaSearch {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.model.search;
public enum SearchType {
}