source: Dao: WIP, ファイル作成

This commit is contained in:
r-ca 2023-12-14 02:36:40 +09:00
parent be5d7f7214
commit 7b8e7a3e48
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.database.dao;
public interface Document {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.database.dao;
public interface Library {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.source.database.dao;
public interface Tag {
}