mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 19:50:48 +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…
x
Reference in New Issue
Block a user