mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
FolderDaoに削除を追加
This commit is contained in:
parent
bfce8039ae
commit
f77b7c7089
|
@ -26,4 +26,7 @@ public interface FolderDao {
|
|||
|
||||
@Insert
|
||||
void insertAll(FolderEntity... folderEntities);
|
||||
|
||||
@Query("DELETE FROM Folder WHERE id = :id")
|
||||
void deleteById(String id);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user