mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-01-18 18:33:16 +00:00
source: Dao: WIP, ファイル作成
This commit is contained in:
parent
be5d7f7214
commit
7b8e7a3e48
|
@ -0,0 +1,4 @@
|
|||
package one.nem.lacerta.source.database.dao;
|
||||
|
||||
public interface Document {
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
package one.nem.lacerta.source.database.dao;
|
||||
|
||||
public interface Library {
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
package one.nem.lacerta.source.database.dao;
|
||||
|
||||
public interface Tag {
|
||||
}
|
Loading…
Reference in New Issue
Block a user