Dao作成 WIP

This commit is contained in:
r-ca 2024-01-14 11:30:56 +09:00
parent 541b748501
commit 0439370bd0
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
package one.nem.lacerta.source.database.dao;
import androidx.room.Dao;
@Dao
public interface VcsLogDao {
}

View File

@ -1,4 +1,7 @@
package one.nem.lacerta.source.database.dao;
import androidx.room.Dao;
@Dao
public interface VcsRevDao {
}