mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 19:50:48 +00:00
Dao作成 WIP
This commit is contained in:
parent
541b748501
commit
0439370bd0
@ -1,4 +1,7 @@
|
||||
package one.nem.lacerta.source.database.dao;
|
||||
|
||||
import androidx.room.Dao;
|
||||
|
||||
@Dao
|
||||
public interface VcsLogDao {
|
||||
}
|
||||
|
@ -1,4 +1,7 @@
|
||||
package one.nem.lacerta.source.database.dao;
|
||||
|
||||
import androidx.room.Dao;
|
||||
|
||||
@Dao
|
||||
public interface VcsRevDao {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user