mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08:00
整理:code review & 精简无用资源
This commit is contained in:
parent
89fcf65b72
commit
65581cf4dc
@ -58,6 +58,4 @@ interface RuleDao {
|
|||||||
@Query("SELECT * FROM Rule ORDER BY id DESC")
|
@Query("SELECT * FROM Rule ORDER BY id DESC")
|
||||||
fun getAll(): Single<List<Rule>>
|
fun getAll(): Single<List<Rule>>
|
||||||
|
|
||||||
@RawQuery
|
|
||||||
fun replaceTags(query: SupportSQLiteQuery): Int
|
|
||||||
}
|
}
|
@ -63,7 +63,4 @@ interface SenderDao {
|
|||||||
@Query("SELECT COUNT(id) FROM Sender WHERE status = 1")
|
@Query("SELECT COUNT(id) FROM Sender WHERE status = 1")
|
||||||
fun getOnCount(): Flow<Long>
|
fun getOnCount(): Flow<Long>
|
||||||
|
|
||||||
@RawQuery
|
|
||||||
fun replaceTags(query: SupportSQLiteQuery): Int
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user