(crud) change delete stuff
This commit is contained in:
parent
451229779f
commit
03769f0644
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ public interface TootDao {
|
|||
|
||||
// d
|
||||
@Delete
|
||||
void delete(TootEntity user);
|
||||
int delete(TootEntity user);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue