mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +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…
Reference in New Issue
Block a user