source: WIP, エンティティ作成

This commit is contained in:
r-ca 2023-12-14 02:23:52 +09:00
parent 7c1ab534d8
commit 02ab3467ed
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.entity;
public class Document {
}

View File

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

View File

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