source: Dao: WIP, リネーム

This commit is contained in:
r-ca 2023-12-14 02:40:56 +09:00
parent 6cadc2d75b
commit b4ee93cd5c
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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