mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Dao実装 WIP
This commit is contained in:
parent
b91f0ae022
commit
ae0f023e0e
|
@ -0,0 +1,13 @@
|
|||
package one.nem.lacerta.source.database.dao;
|
||||
|
||||
import androidx.room.Dao;
|
||||
import androidx.room.Insert;
|
||||
import androidx.room.Query;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import one.nem.lacerta.source.database.entity.ToxiDocumentTagEntity;
|
||||
|
||||
@Dao
|
||||
public interface ToxiDocumentTagDao {
|
||||
}
|
Loading…
Reference in New Issue
Block a user